Skip to content

Commit e358306

Browse files
committed
build(deps): bump actions/setup-python from 5 to 6
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 ... Originally-authored-by: dependabot[bot] <support@github.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 2443e51 commit e358306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
260260
steps:
261261
- uses: actions/checkout@v5
262-
- uses: actions/setup-python@v5
262+
- uses: actions/setup-python@v6
263263
- name: Set up dependencies
264264
shell: pwsh
265265
run: pip install meson ninja
@@ -287,7 +287,7 @@ jobs:
287287
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
288288
steps:
289289
- uses: actions/checkout@v5
290-
- uses: actions/setup-python@v5
290+
- uses: actions/setup-python@v6
291291
- name: Set up dependencies
292292
shell: pwsh
293293
run: pip install meson ninja

0 commit comments

Comments
 (0)