We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 196dc4c + 86bdffa commit 0e8db0cCopy full SHA for 0e8db0c
1 file changed
.github/workflows/ci.yml
@@ -121,7 +121,7 @@ jobs:
121
steps:
122
- name: Check for llvm version mismatches
123
if: ${{ contains(matrix.compiler, 'llvm') && !contains(matrix.compiler, env.CLANG_TIDY_VERSION) }}
124
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
125
with:
126
script: |
127
core.setFailed('There is a mismatch between configured llvm compiler and clang-tidy version chosen')
0 commit comments