]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
build(deps): bump actions/setup-python from 2 to 3 (#31630)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 19 Apr 2022 20:03:58 +0000 (13:03 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Apr 2022 20:03:58 +0000 (13:03 -0700)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
.github/workflows/build.yml

index c34706bb27992887145c28f5ad5085efca7f1b81..1ddbc30705457e8b1a3142a7759d6e9cbc7d5b20 100644 (file)
@@ -61,7 +61,7 @@ jobs:
     if: needs.check_source.outputs.run_tests == 'true'
     steps:
       - uses: actions/checkout@v2
-      - uses: actions/setup-python@v2
+      - uses: actions/setup-python@v3
       - name: Install Dependencies
         run: sudo ./.github/workflows/posix-deps-apt.sh
       - name: Add ccache to PATH