From 7dfaa1485c050d8a195052761f756520fd8fd1cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 10:17:19 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/newlabel.yml | 2 +- .github/workflows/sync.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/newlabel.yml b/.github/workflows/newlabel.yml index 25c1abc..a08c335 100644 --- a/.github/workflows/newlabel.yml +++ b/.github/workflows/newlabel.yml @@ -11,7 +11,7 @@ jobs: - name: checkout repo content uses: actions/checkout@v4 # checkout the repository content to github runner. - name: setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9 #install the python needed - name: execute dump_github_labels.py then unify_labels.py # sync action not fired by this push diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index bb22328..488cb39 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -8,7 +8,7 @@ jobs: - name: checkout repo content uses: actions/checkout@v4 # checkout the repository content to github runner. - name: setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9 #install the python needed - name: execute unify_labels.py