Skip to content

Commit d322e87

Browse files
Bump actions/setup-python from 5 to 6 (#1866)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' 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 f825667 commit d322e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
submodules: true
5555

56-
- uses: actions/setup-python@v5
56+
- uses: actions/setup-python@v6
5757
with:
5858
python-version: '3.13'
5959

@@ -164,7 +164,7 @@ jobs:
164164
shell: bash
165165
run: make show-config
166166

167-
- uses: actions/setup-python@v5
167+
- uses: actions/setup-python@v6
168168
with:
169169
python-version: "3.13"
170170

0 commit comments

Comments
 (0)