Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 30d53ce

Browse files
dependabot[bot]jyao1
authored andcommitted
Bump KyleMayes/install-llvm-action from 2.0.6 to 2.0.7
Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 2.0.6 to 2.0.7. - [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@6ba6e2c...a7a1a88) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00a2f86 commit 30d53ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
# Install first since it's needed to build NASM
3939
- name: Install LLVM and Clang
40-
uses: KyleMayes/install-llvm-action@6ba6e2cd3813def9879be378609d87cb3ef3bac3 # v2.0.6
40+
uses: KyleMayes/install-llvm-action@a7a1a882e2d06ebe05d5bb97c3e1f8c984ae96fc # v2.0.7
4141
with:
4242
version: "10.0"
4343
directory: ${{ runner.temp }}/llvm
@@ -74,7 +74,7 @@ jobs:
7474
egress-policy: audit
7575

7676
- name: Install LLVM and Clang
77-
uses: KyleMayes/install-llvm-action@6ba6e2cd3813def9879be378609d87cb3ef3bac3 # v2.0.6
77+
uses: KyleMayes/install-llvm-action@a7a1a882e2d06ebe05d5bb97c3e1f8c984ae96fc # v2.0.7
7878
with:
7979
version: "10.0"
8080
directory: ${{ runner.temp }}/llvm

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git submodule update --init --recursive --depth 1
3939
4040
- name: Install LLVM and Clang
41-
uses: KyleMayes/install-llvm-action@6ba6e2cd3813def9879be378609d87cb3ef3bac3 # v2.0.6
41+
uses: KyleMayes/install-llvm-action@a7a1a882e2d06ebe05d5bb97c3e1f8c984ae96fc # v2.0.7
4242
with:
4343
version: "10.0"
4444
directory: ${{ runner.temp }}/llvm

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
# Install first since it's needed to build NASM
4444
- name: Install LLVM and Clang
45-
uses: KyleMayes/install-llvm-action@6ba6e2cd3813def9879be378609d87cb3ef3bac3 # v2.0.6
45+
uses: KyleMayes/install-llvm-action@a7a1a882e2d06ebe05d5bb97c3e1f8c984ae96fc # v2.0.7
4646
with:
4747
version: "10.0"
4848
directory: ${{ runner.temp }}/llvm

0 commit comments

Comments
 (0)