Skip to content

Commit 97a2040

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] <[email protected]>
1 parent 248012e commit 97a2040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v5
3636
with:
3737
fetch-depth: 0
38-
- uses: actions/setup-python@v5
38+
- uses: actions/setup-python@v6
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- run: pip install -r requirements_ci.txt
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v5
6464
with:
6565
fetch-depth: 0
66-
- uses: actions/setup-python@v5
66+
- uses: actions/setup-python@v6
6767
with:
6868
python-version: '3.13'
6969
- run: pip install build~=1.2

0 commit comments

Comments
 (0)