Skip to content

Commit 74e3192

Browse files
build(deps): bump actions/setup-python from 2 to 3 (python#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](actions/setup-python@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent da6c785 commit 74e3192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: needs.check_source.outputs.run_tests == 'true'
6262
steps:
6363
- uses: actions/checkout@v2
64-
- uses: actions/setup-python@v2
64+
- uses: actions/setup-python@v3
6565
- name: Install Dependencies
6666
run: sudo ./.github/workflows/posix-deps-apt.sh
6767
- name: Add ccache to PATH

0 commit comments

Comments
 (0)