From 808fc4bfa10f2781c485c7ca7c9b08755be2d6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:04:20 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 2 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...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/ci.yaml | 8 ++++---- .github/workflows/sync-redirects.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 007742c6..7d7a32d8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: shell: bash steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v5 with: python-version: "3.10" @@ -125,7 +125,7 @@ jobs: shell: bash steps: # Note that this Python version doesn't impact the actual build. - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v5 with: python-version: "3.10" @@ -353,7 +353,7 @@ jobs: # the annotated tag object from the remote so we can verify/use it later. - run: git fetch --force origin tag "$GITHUB_REF_NAME" - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v5 with: python-version: "3.10" - run: python3 -m pip install --upgrade twine diff --git a/.github/workflows/sync-redirects.yaml b/.github/workflows/sync-redirects.yaml index 9e065828..d08f95b8 100644 --- a/.github/workflows/sync-redirects.yaml +++ b/.github/workflows/sync-redirects.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 - name: Upgrade Python toolchain run: python3 -m pip install --upgrade pip setuptools wheel