53
53
54
54
55
55
steps :
56
- - uses : actions/checkout@v4
56
+ - uses : actions/checkout@v5
57
57
- uses : actions/setup-python@v5
58
58
with :
59
59
python-version : ' 3.10'
98
98
codegen :
99
99
runs-on : ubuntu-latest
100
100
steps :
101
- - uses : actions/checkout@v4
101
+ - uses : actions/checkout@v5
102
102
- run : scripts/update_deps.py --dir ext --no-build
103
103
- run : scripts/generate_source.py --verify ext/Vulkan-Headers/registry/
104
104
@@ -114,7 +114,7 @@ jobs:
114
114
os : [ windows-latest ]
115
115
116
116
steps :
117
- - uses : actions/checkout@v4
117
+ - uses : actions/checkout@v5
118
118
- uses : actions/setup-python@v5
119
119
with :
120
120
python-version : ' 3.10'
@@ -142,7 +142,7 @@ jobs:
142
142
runs-on : macos-latest
143
143
if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
144
144
steps :
145
- - uses : actions/checkout@v4
145
+ - uses : actions/checkout@v5
146
146
- uses : actions/setup-python@v5
147
147
with :
148
148
python-version : ' 3.8'
@@ -173,7 +173,7 @@ jobs:
173
173
matrix :
174
174
abi : [ armeabi-v7a, arm64-v8a ]
175
175
steps :
176
- - uses : actions/checkout@v4
176
+ - uses : actions/checkout@v5
177
177
- uses : actions/setup-python@v5
178
178
with :
179
179
python-version : ' 3.8'
@@ -206,7 +206,7 @@ jobs:
206
206
run :
207
207
shell : bash
208
208
steps :
209
- - uses : actions/checkout@v4
209
+ - uses : actions/checkout@v5
210
210
- name : Setup ccache
211
211
uses : hendrikmuhs/ccache-action@v1.2
212
212
with :
@@ -232,7 +232,7 @@ jobs:
232
232
if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
233
233
runs-on : ubuntu-latest
234
234
steps :
235
- - uses : actions/checkout@v4
235
+ - uses : actions/checkout@v5
236
236
- uses : actions/setup-python@v5
237
237
with :
238
238
python-version : ' 3.10'
@@ -246,5 +246,5 @@ jobs:
246
246
if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
247
247
runs-on : ubuntu-latest
248
248
steps :
249
- - uses : actions/checkout@v4
249
+ - uses : actions/checkout@v5
250
250
- run : scripts/gn/gn.py
0 commit comments