Skip to content

Commit 8e21a36

Browse files
build(deps): bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 32df540 commit 8e21a36

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
@@ -67,7 +67,7 @@ jobs:
6767
if: needs.check_source.outputs.run_tests == 'true'
6868
steps:
6969
- uses: actions/checkout@v3
70-
- uses: actions/setup-python@v3
70+
- uses: actions/setup-python@v4
7171
- name: Install Dependencies
7272
run: sudo ./.github/workflows/posix-deps-apt.sh
7373
- name: Add ccache to PATH

0 commit comments

Comments
 (0)