Skip to content

Commit 383d728

Browse files
ci: Update to actions/checkout@v4 from v3.
1 parent 0bc0d61 commit 383d728

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
@@ -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)