Skip to content

Commit c3b5fea

Browse files
chore(deps): bump actions/setup-python from 5.1.0 to 6.0.0 (#4867)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 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>
1 parent c402a28 commit c3b5fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' || matrix.os == 'macos-latest'
6868
run: "cmake --version"
6969

70-
- uses: actions/setup-python@v5.1.0
70+
- uses: actions/setup-python@v6.0.0
7171
with:
7272
python-version: "3.9"
7373

0 commit comments

Comments
 (0)