[Python-checkins] build(deps): bump actions/setup-python from 2 to 3 (#31630)

JelleZijlstra webhook-mailer at python.org
Tue Apr 19 16:04:03 EDT 2022


https://github.com/python/cpython/commit/74e319239b0a2a5ef8bc27670f4f533ee701d57f
commit: 74e319239b0a2a5ef8bc27670f4f533ee701d57f
branch: main
author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-04-19T13:03:58-07:00
summary:

build(deps): bump actions/setup-python from 2 to 3 (#31630)

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 at github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra at gmail.com>

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c34706bb27992..1ddbc30705457 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
     if: needs.check_source.outputs.run_tests == 'true'
     steps:
       - uses: actions/checkout at v2
-      - uses: actions/setup-python at v2
+      - uses: actions/setup-python at v3
       - name: Install Dependencies
         run: sudo ./.github/workflows/posix-deps-apt.sh
       - name: Add ccache to PATH



More information about the Python-checkins mailing list