Skip to content

Commit 4f5c0ed

Browse files
Bump actions/github-script from 3 to 7 (#104)
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 569ce93 commit 4f5c0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
steps:
121121
- name: Check for llvm version mismatches
122122
if: ${{ contains(matrix.compiler, 'llvm') && !contains(matrix.compiler, env.CLANG_TIDY_VERSION) }}
123-
uses: actions/github-script@v3
123+
uses: actions/github-script@v7
124124
with:
125125
script: |
126126
core.setFailed('There is a mismatch between configured llvm compiler and clang-tidy version chosen')

0 commit comments

Comments
 (0)