Skip to content

Commit ef7dd1b

Browse files
committed
. e use correct version for checkout action
1 parent 8e1846b commit ef7dd1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test-via-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ${{ matrix.os }}
6767
name: ${{ matrix.job-name }}
6868
steps:
69-
- uses: actions/checkout@4
69+
- uses: actions/checkout@v4
7070
- uses: seanmiddleditch/gha-setup-ninja@v4
7171
if: contains(matrix.generator, 'Ninja')
7272

0 commit comments

Comments
 (0)