Skip to content

Commit 45d15f9

Browse files
authored
Merge pull request #5 from waywardmonkeys/ci-update-actions
ci: Update to `actions/checkout@v4` from `v3`.
2 parents d538189 + cfc66a3 commit 45d15f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828

2929
- if: ${{ matrix.install-deps }}
3030
name: Install dependencies

0 commit comments

Comments
 (0)