Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit ae0ad1b

Browse files
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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de14dc7 commit ae0ad1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
## Python 3
266266
##
267267

268-
- uses: actions/setup-python@v5
268+
- uses: actions/setup-python@v6
269269
with:
270270
python-version: '${{ steps.metadata.outputs.version }}'
271271
if: steps.metadata.outputs.module == 'python'
@@ -357,7 +357,7 @@ jobs:
357357
namei -l ${{ github.workspace }}
358358
359359
# Install python3 if not present
360-
- uses: actions/setup-python@v5
360+
- uses: actions/setup-python@v6
361361
with:
362362
python-version: '3'
363363
if: steps.metadata.outputs.module != 'wasm'

0 commit comments

Comments
 (0)