Skip to content

Commit 6cf86fc

Browse files
build(deps): bump actions/setup-python from 2 to 3 (pythonGH-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit 74e3192) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 312e16f commit 6cf86fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
if: needs.check_source.outputs.run_tests == 'true'
8181
steps:
8282
- uses: actions/checkout@v2
83-
- uses: actions/setup-python@v2
83+
- uses: actions/setup-python@v3
8484
- name: Install Dependencies
8585
run: sudo ./.github/workflows/posix-deps-apt.sh
8686
- name: Add ccache to PATH

0 commit comments

Comments
 (0)