Skip to content

Commit 3ef8ef3

Browse files
authored
Merge pull request #473 from aminya/renovate/actions-checkout-7.x
chore(deps): update actions/checkout action to v7
2 parents 3d06808 + 44d3e8e commit 3ef8ef3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

@@ -93,7 +93,7 @@ jobs:
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

0 commit comments

Comments
 (0)