Skip to content

Commit 5f46c59

Browse files
dependabot[bot]jyao1
authored andcommitted
build(deps): 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] <[email protected]>
1 parent 90adacc commit 5f46c59

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/devtools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- windows-2019
2929
steps:
3030
- name: Install LLVM and Clang
31-
uses: KyleMayes/install-llvm-action@v1
31+
uses: KyleMayes/install-llvm-action@v2
3232
with:
3333
version: "10.0"
3434
directory: ${{ runner.temp }}/llvm

.github/workflows/format.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# Install first since it's needed to build NASM
2121
- name: Install LLVM and Clang
22-
uses: KyleMayes/install-llvm-action@v1
22+
uses: KyleMayes/install-llvm-action@v2
2323
with:
2424
version: "10.0"
2525
directory: ${{ runner.temp }}/llvm
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Install first since it's needed to build NASM
5353
- name: Install LLVM and Clang
54-
uses: KyleMayes/install-llvm-action@v1
54+
uses: KyleMayes/install-llvm-action@v2
5555
with:
5656
version: "10.0"
5757
directory: ${{ runner.temp }}/llvm

.github/workflows/integration-tdx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
# Install first since it's needed to build NASM
2525
- name: Install LLVM and Clang
26-
uses: KyleMayes/install-llvm-action@v1
26+
uses: KyleMayes/install-llvm-action@v2
2727
with:
2828
version: "10.0"
2929
directory: ${{ runner.temp }}/llvm

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
# Install first since it's needed to build NASM
3030
- name: Install LLVM and Clang
31-
uses: KyleMayes/install-llvm-action@v1
31+
uses: KyleMayes/install-llvm-action@v2
3232
with:
3333
version: "10.0"
3434
directory: ${{ runner.temp }}/llvm

.github/workflows/library.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
# Install first since it's needed to build NASM
3131
- name: Install LLVM and Clang
32-
uses: KyleMayes/install-llvm-action@v1
32+
uses: KyleMayes/install-llvm-action@v2
3333
with:
3434
version: "10.0"
3535
directory: ${{ runner.temp }}/llvm
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
# Install first since it's needed to build NASM
8080
- name: Install LLVM and Clang
81-
uses: KyleMayes/install-llvm-action@v1
81+
uses: KyleMayes/install-llvm-action@v2
8282
with:
8383
version: "10.0"
8484
directory: ${{ runner.temp }}/llvm

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
# Install first since it's needed to build NASM
3434
- name: Install LLVM and Clang
35-
uses: KyleMayes/install-llvm-action@v1
35+
uses: KyleMayes/install-llvm-action@v2
3636
with:
3737
version: "10.0"
3838
directory: ${{ runner.temp }}/llvm

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: ilammy/setup-nasm@v1
1818

1919
- name: Install LLVM and Clang
20-
uses: KyleMayes/install-llvm-action@v1
20+
uses: KyleMayes/install-llvm-action@v2
2121
with:
2222
version: "10.0"
2323
directory: ${{ runner.temp }}/llvm

0 commit comments

Comments
 (0)