Skip to content

Commit 51a029d

Browse files
committed
Moving CI to actions/checkout@v4 to remove deprecation warning
1 parent 0d031c8 commit 51a029d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ContinuousIntegration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
which ${{matrix.cxx}}
2727
${{matrix.cxx}} --version
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: mkdir bin
3030
run: mkdir bin
3131
- name: cmake

0 commit comments

Comments
 (0)