Skip to content

Commit a9ab77b

Browse files
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 fed92af commit a9ab77b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Setup Python
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: 3.8
2626

@@ -92,7 +92,7 @@ jobs:
9292
fetch-depth: 0
9393

9494
- name: Setup Python
95-
uses: actions/setup-python@v5
95+
uses: actions/setup-python@v6
9696
with:
9797
python-version: 3.8
9898

@@ -146,7 +146,7 @@ jobs:
146146
fetch-depth: 0
147147

148148
- name: Install Python
149-
uses: actions/setup-python@v5
149+
uses: actions/setup-python@v6
150150
with:
151151
python-version: 3.8
152152

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sparse-checkout-cone-mode: false
2929

3030
- name: Install Python 3
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: 3.8
3434

0 commit comments

Comments
 (0)