Skip to content

Commit 3cbd429

Browse files
authored
Merge pull request #18 from hedzr/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 5cb95c7 + 354d313 commit 3cbd429

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
@@ -379,7 +379,7 @@ jobs:
379379
core.setFailed('There is a mismatch between configured llvm compiler and clang-tidy version chosen')
380380
381381
# https://github.com/actions/checkout
382-
- uses: actions/checkout@v5
382+
- uses: actions/checkout@v6
383383
with:
384384
submodules: 'recursive'
385385
# fetch-depth: 0

0 commit comments

Comments
 (0)