File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
sudo xcode-select --switch /Applications/Xcode_16.4.app
105
105
106
106
- name : Set up Python
107
- uses : actions/setup-python@v5.6 .0
107
+ uses : actions/setup-python@v6.0 .0
108
108
with :
109
109
# Appending -dev ensures that we can always build the dev release.
110
110
# It's a no-op for versions that have been published.
@@ -158,7 +158,7 @@ jobs:
158
158
merge-multiple : true
159
159
160
160
- name : Set up Python
161
- uses : actions/setup-python@v5.6 .0
161
+ uses : actions/setup-python@v6.0 .0
162
162
with :
163
163
# Appending -dev ensures that we can always build the dev release.
164
164
# It's a no-op for versions that have been published.
@@ -206,7 +206,7 @@ jobs:
206
206
merge-multiple : true
207
207
208
208
- name : Set up Python
209
- uses : actions/setup-python@v5.6 .0
209
+ uses : actions/setup-python@v6.0 .0
210
210
with :
211
211
# Appending -dev ensures that we can always build the dev release.
212
212
# It's a no-op for versions that have been published.
@@ -262,7 +262,7 @@ jobs:
262
262
merge-multiple : true
263
263
264
264
- name : Set up Python
265
- uses : actions/setup-python@v5.6 .0
265
+ uses : actions/setup-python@v6.0 .0
266
266
with :
267
267
# Appending -dev ensures that we can always build the dev release.
268
268
# It's a no-op for versions that have been published.
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v5
12
12
13
13
- name : Set up Python environment
14
- uses : actions/setup-python@v5.6 .0
14
+ uses : actions/setup-python@v6.0 .0
15
15
with :
16
16
python-version : " 3.X"
17
17
You can’t perform that action at this time.
0 commit comments