Skip to content

Commit c55177f

Browse files
authored
update python version in actions to 3.14 (#1934)
also we don't need "fetch-depth: 0" for a lot of these
1 parent e824c01 commit c55177f

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

.github/workflows/check-ifdefs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v6
18-
with:
19-
fetch-depth: 0
2018

2119
- name: Setup Python
2220
uses: actions/setup-python@v6
2321
with:
24-
python-version: '3.11'
22+
python-version: '3.14'
2523

2624
- name: Run check-ifdefs
2725
run: |

.github/workflows/check_powi.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v6
18-
with:
19-
fetch-depth: 0
2018

2119
- name: Setup Python
2220
uses: actions/setup-python@v6
2321
with:
24-
python-version: '3.11'
22+
python-version: '3.14'
2523

2624
- name: Run check_powi
2725
run: |

.github/workflows/codespell.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v6
18-
with:
19-
fetch-depth: 0
2018

2119
- name: Setup Python
2220
uses: actions/setup-python@v6
2321
with:
24-
python-version: '3.11'
22+
python-version: '3.14'
2523
cache: "pip"
2624

2725
- name: Install dependencies

.github/workflows/docs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Python
2828
uses: actions/setup-python@v6
2929
with:
30-
python-version: '3.11'
30+
python-version: '3.14'
3131
cache: "pip"
3232

3333
- name: Install dependencies

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Python
2020
uses: actions/setup-python@v6
2121
with:
22-
python-version: '3.11'
22+
python-version: '3.14'
2323
cache: "pip"
2424

2525
- name: Upgrade pip

0 commit comments

Comments
 (0)