summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-19 20:03:58 (GMT)
committerGitHub <noreply@github.com>2022-04-19 20:03:58 (GMT)
commit74e319239b0a2a5ef8bc27670f4f533ee701d57f (patch)
tree58a0346c04253cab365d905fa587974df64a5cbf
parentda6c78584b1f45ce3766bf7f27fb033169715292 (diff)
downloadcpython-74e319239b0a2a5ef8bc27670f4f533ee701d57f.zip
cpython-74e319239b0a2a5ef8bc27670f4f533ee701d57f.tar.gz
cpython-74e319239b0a2a5ef8bc27670f4f533ee701d57f.tar.bz2
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@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c34706b..1ddbc30 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@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