Skip to content

Commit 38e0367

Browse files
committed
Update actions/checkout action to v3
1 parent ede80aa commit 38e0367

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@v2
21+
- uses: actions/checkout@v3
2222
with:
2323
submodules: "true"
2424

0 commit comments

Comments
 (0)