Skip to content

Commit 9365872

Browse files
Update actions/checkout action to v6
1 parent 495e3d3 commit 9365872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: sudo apt install libboost-dev
2020

21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
with:
2323
submodules: "true"
2424

0 commit comments

Comments
 (0)