File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
os :
25
25
- ubuntu-22.04
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
with :
29
29
ref : ${{ github.head_ref || github.ref_name }}
30
30
91
91
- macos-13 # x64
92
92
- macos-14 # arm64
93
93
steps :
94
- - uses : actions/checkout@v4
94
+ - uses : actions/checkout@v5
95
95
96
96
- name : Download Artifacts
97
97
uses : actions/download-artifact@v4
@@ -170,7 +170,7 @@ jobs:
170
170
# - macos-14-xlarge #arm64
171
171
- macos-13 # x64
172
172
steps :
173
- - uses : actions/checkout@v4
173
+ - uses : actions/checkout@v5
174
174
with :
175
175
submodules : true
176
176
@@ -273,7 +273,7 @@ jobs:
273
273
platform : linux/arm64
274
274
container : { distro: "alpine", image: "setup-cpp-alpine", tag: "3.21", base_version: "22-alpine3.21" }
275
275
steps :
276
- - uses : actions/checkout@v4
276
+ - uses : actions/checkout@v5
277
277
with :
278
278
submodules : true
279
279
You can’t perform that action at this time.
0 commit comments