Skip to content

Commit 11953b2

Browse files
authored
Merge pull request #9 from hedzr/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 0593ed5 + 3394b6c commit 11953b2

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

0 commit comments

Comments
 (0)