Skip to content

Commit 989f173

Browse files
committed
ci: upgrade actions/setup-python@v4 -> v5
1 parent 91f2cec commit 989f173

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
fetch-depth: 0
170170

171171
- name: Install Python
172-
uses: actions/setup-python@v4
172+
uses: actions/setup-python@v5
173173
with:
174174
python-version: '3.11'
175175

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v4
5959

6060
- name: Install Python
61-
uses: actions/setup-python@v4
61+
uses: actions/setup-python@v5
6262
with:
6363
python-version: '3.11'
6464

@@ -897,7 +897,7 @@ jobs:
897897
fetch-depth: 0
898898

899899
- name: Install Python
900-
uses: actions/setup-python@v4
900+
uses: actions/setup-python@v5
901901
with:
902902
python-version: '3.11'
903903

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
packages: autoconf automake libtool
6666

6767
- name: Install Python
68-
uses: actions/setup-python@v4
68+
uses: actions/setup-python@v5
6969
with:
7070
python-version: '3.11'
7171

0 commit comments

Comments
 (0)