Skip to content

Commit 14820e4

Browse files
Bump actions/setup-python from 5 to 6 (#103)
1 parent f7c70da commit 14820e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: git fetch origin 'refs/tags/*:refs/tags/*'
5050

5151
- name: Setup Python
52-
uses: actions/setup-python@v5
52+
uses: actions/setup-python@v6
5353
with:
5454
python-version: "3.13"
5555

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Setup Python
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: "3.13"
3434

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: git fetch origin 'refs/tags/*:refs/tags/*'
8080

8181
- name: Setup Python
82-
uses: actions/setup-python@v5
82+
uses: actions/setup-python@v6
8383
with:
8484
python-version: ${{ matrix.python }}
8585

@@ -169,7 +169,7 @@ jobs:
169169
# to be able to push to GitHub.
170170
persist-credentials: false
171171

172-
- uses: actions/setup-python@v5
172+
- uses: actions/setup-python@v6
173173
with:
174174
# Use latest Python, so it understands all syntax.
175175
python-version: "3.13"

0 commit comments

Comments
 (0)