Skip to content

Commit 52968d2

Browse files
authored
Merge pull request #24 from hedzr/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents c1a78c7 + 11f892b commit 52968d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
382+
- uses: actions/checkout@v7
383383
with:
384384
submodules: 'recursive'
385385
# fetch-depth: 0

0 commit comments

Comments
 (0)