Skip to content

Commit 9c2a144

Browse files
authored
Merge pull request #10 from hedzr/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 11953b2 + 839c5dd commit 9c2a144

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
@@ -373,7 +373,7 @@ jobs:
373373
steps:
374374
- name: Check for llvm version mismatches
375375
if: ${{ contains(matrix.config.compiler, 'llvm') && !contains(matrix.config.compiler, env.CLANG_TIDY_VERSION) }}
376-
uses: actions/github-script@v7
376+
uses: actions/github-script@v8
377377
with:
378378
script: |
379379
core.setFailed('There is a mismatch between configured llvm compiler and clang-tidy version chosen')

0 commit comments

Comments
 (0)