Skip to content

Commit b8721eb

Browse files
Bump KyleMayes/install-llvm-action from 1 to 2
Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 1 to 2. - [Release notes](https://github.com/kylemayes/install-llvm-action/releases) - [Changelog](https://github.com/KyleMayes/install-llvm-action/blob/master/CHANGELOG.md) - [Commits](KyleMayes/install-llvm-action@v1...v2) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4691f94 commit b8721eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275

276276
- name: Install Clang
277277
if: matrix.clangVer != null
278-
uses: KyleMayes/install-llvm-action@v1
278+
uses: KyleMayes/install-llvm-action@v2
279279
with:
280280
version: ${{ matrix.clangVer }}
281281
directory: "./llvm"
@@ -337,7 +337,7 @@ jobs:
337337
python-version: "3.9"
338338

339339
- name: Install Clang
340-
uses: KyleMayes/install-llvm-action@v1
340+
uses: KyleMayes/install-llvm-action@v2
341341
with:
342342
version: "15.0"
343343
directory: "./llvm"
@@ -501,7 +501,7 @@ jobs:
501501
steps:
502502
- name: Install Clang
503503
if: matrix.clangVer != null
504-
uses: KyleMayes/install-llvm-action@v1
504+
uses: KyleMayes/install-llvm-action@v2
505505
with:
506506
version: ${{ matrix.clangVer }}
507507
directory: "./llvm"

0 commit comments

Comments
 (0)