Skip to content

Commit 88e829c

Browse files
chore(deps): update actions/checkout action to v6
1 parent 9bc9b8c commit 88e829c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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@v5
27+
- uses: actions/checkout@v6
2828
with:
2929
ref: ${{ github.head_ref || github.ref_name }}
3030

@@ -91,7 +91,7 @@ jobs:
9191
- macos-13 # x64
9292
- macos-14 # arm64
9393
steps:
94-
- uses: actions/checkout@v5
94+
- uses: actions/checkout@v6
9595

9696
- name: Download Artifacts
9797
uses: actions/download-artifact@v5
@@ -170,7 +170,7 @@ jobs:
170170
# - macos-14-xlarge #arm64
171171
- macos-13 # x64
172172
steps:
173-
- uses: actions/checkout@v5
173+
- uses: actions/checkout@v6
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@v5
276+
- uses: actions/checkout@v6
277277
with:
278278
submodules: true
279279

0 commit comments

Comments
 (0)