Skip to content

Commit 8294480

Browse files
authored
Merge pull request #23 from hedzr/dependabot/github_actions/actions/github-script-9
Bump actions/github-script from 8 to 9
2 parents 712ebf8 + f227e2e commit 8294480

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@v8
376+
uses: actions/github-script@v9
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)