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 2424 os :
2525 - ubuntu-22.04
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 ref : ${{ github.head_ref || github.ref_name }}
3030
9191 - macos-13 # x64
9292 - macos-14 # arm64
9393 steps :
94- - uses : actions/checkout@v4
94+ - uses : actions/checkout@v5
9595
9696 - name : Download Artifacts
9797 uses : actions/download-artifact@v4
@@ -170,7 +170,7 @@ jobs:
170170 # - macos-14-xlarge #arm64
171171 - macos-13 # x64
172172 steps :
173- - uses : actions/checkout@v4
173+ - uses : actions/checkout@v5
174174 with :
175175 submodules : true
176176
@@ -273,7 +273,7 @@ jobs:
273273 platform : linux/arm64
274274 container : { distro: "alpine", image: "setup-cpp-alpine", tag: "3.21", base_version: "22-alpine3.21" }
275275 steps :
276- - uses : actions/checkout@v4
276+ - uses : actions/checkout@v5
277277 with :
278278 submodules : true
279279
You can’t perform that action at this time.
0 commit comments