56
56
XZ_VERSION : ${{ steps.extract.outputs.XZ_VERSION }}
57
57
58
58
steps :
59
- - uses : actions/checkout@v4.1.7
59
+ - uses : actions/checkout@v5
60
60
61
61
- name : Extract config variables
62
62
id : extract
92
92
platform : ['macOS', 'iOS', 'tvOS', 'watchOS', 'visionOS']
93
93
94
94
steps :
95
- - uses : actions/checkout@v4.1.7
95
+ - uses : actions/checkout@v5
96
96
97
97
- name : Set up Python
98
98
@@ -130,7 +130,7 @@ jobs:
130
130
briefcase-run-args : ' -d "iPhone SE (3rd generation)"'
131
131
132
132
steps :
133
- - uses : actions/checkout@v4.1.7
133
+ - uses : actions/checkout@v5
134
134
135
135
- name : Get build artifact
136
136
@@ -149,7 +149,7 @@ jobs:
149
149
# It's an edge case, but when a new alpha is released, we need to use it ASAP.
150
150
check-latest : true
151
151
152
- - uses : actions/checkout@v4.1.7
152
+ - uses : actions/checkout@v5
153
153
with :
154
154
repository : beeware/Python-support-testbed
155
155
path : Python-support-testbed
@@ -174,7 +174,7 @@ jobs:
174
174
platform : ["iOS", "visionOS"]
175
175
176
176
steps :
177
- - uses : actions/checkout@v4.1.7
177
+ - uses : actions/checkout@v5
178
178
179
179
- name : Get build artifact
180
180
@@ -230,7 +230,7 @@ jobs:
230
230
multiarch : arm64-iphoneos
231
231
232
232
steps :
233
- - uses : actions/checkout@v4.1.7
233
+ - uses : actions/checkout@v5
234
234
235
235
- name : Get build artifact
236
236
0 commit comments