File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 os :
2525 - ubuntu-22.04
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 with :
2929 ref : ${{ github.head_ref || github.ref_name }}
3030
9393 - macos-15-intel # x64
9494 - macos-14 # arm64
9595 steps :
96- - uses : actions/checkout@v6
96+ - uses : actions/checkout@v7
9797
9898 - name : Download Artifacts
9999 uses : actions/download-artifact@v7
@@ -172,7 +172,7 @@ jobs:
172172 - macos-15-intel # x64
173173 # - macos-14-xlarge #arm64
174174 steps :
175- - uses : actions/checkout@v6
175+ - uses : actions/checkout@v7
176176 with :
177177 submodules : true
178178
@@ -276,7 +276,7 @@ jobs:
276276 platform : linux/arm64
277277 container : { distro: "alpine", image: "setup-cpp-alpine", tag: "3.21", base_version: "22-alpine3.21" }
278278 steps :
279- - uses : actions/checkout@v6
279+ - uses : actions/checkout@v7
280280 with :
281281 submodules : true
282282
You can’t perform that action at this time.
0 commit comments