Skip to content

Commit 8c01916

Browse files
Update actions/setup-python action to v6
1 parent 0c56b7c commit 8c01916

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Setup Python
21-
uses: actions/setup-python@v3
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install Build Tools

.github/workflows/license_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Setup Python
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: 3.14
2020
- name: Install Build Tools

.github/workflows/publish_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: dev
2525
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
2626
- name: Setup Python
27-
uses: actions/setup-python@v1
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: 3.14
3030
- name: Install Build Tools

.github/workflows/release_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: dev
2828
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
2929
- name: Setup Python
30-
uses: actions/setup-python@v1
30+
uses: actions/setup-python@v6
3131
with:
3232
python-version: 3.14
3333
- name: Install Build Tools
@@ -70,7 +70,7 @@ jobs:
7070
ref: dev
7171

7272
- name: Setup Python
73-
uses: actions/setup-python@v2
73+
uses: actions/setup-python@v6
7474
with:
7575
python-version: '3.14'
7676

0 commit comments

Comments
 (0)