From 756bbd04649f556c0e17397dbc268fdd8fdb706f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:45:57 +1300 Subject: [PATCH] Bump actions/setup-python from 4 to 5 (#4907) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/autoTestPR.yml | 2 +- .github/workflows/parse-issues.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoTestPR.yml b/.github/workflows/autoTestPR.yml index b75ff09f11..cb5a512822 100644 --- a/.github/workflows/autoTestPR.yml +++ b/.github/workflows/autoTestPR.yml @@ -8,7 +8,7 @@ jobs: if: startsWith(github.event.comment.body, 'auto exclude test') steps: - name: Set up Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 - name: check python version diff --git a/.github/workflows/parse-issues.yml b/.github/workflows/parse-issues.yml index 8448e7cd64..fe1548a8f0 100644 --- a/.github/workflows/parse-issues.yml +++ b/.github/workflows/parse-issues.yml @@ -15,7 +15,7 @@ jobs: AQA_ISSUE_TRACKER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Set up Python 3.8 - uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0 + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: python-version: 3.8 - name: checkout current repo