Skip to content

Commit 904a067

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 297cacf commit 904a067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
rust-version: stable
3535

3636
- name: Install LLVM and Clang
37-
uses: KyleMayes/install-llvm-action@v1
37+
uses: KyleMayes/install-llvm-action@v2
3838
with:
3939
version: "14.0"
4040

.github/workflows/build_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
rust-version: stable
3535

3636
- name: Install LLVM and Clang
37-
uses: KyleMayes/install-llvm-action@v1
37+
uses: KyleMayes/install-llvm-action@v2
3838
with:
3939
version: "14.0"
4040

0 commit comments

Comments
 (0)