Skip to content

Commit

Permalink
build(deps): bump KyleMayes/install-llvm-action from 1 to 2
Browse files Browse the repository at this point in the history
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@1a3da29...bb56a84)

---
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]>
  • Loading branch information
dependabot[bot] authored and gaojiaqi7 committed Apr 12, 2024
1 parent 813cb73 commit abd205f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Install first since it's needed to build NASM
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@1a3da29f56261a1e1f937ec88f0856a9b8321d7e # v1
uses: KyleMayes/install-llvm-action@bb56a8457a77b95a5fa576c23731cbb162fd2056 # v2.0.0
with:
version: "10.0"
directory: ${{ runner.temp }}/llvm
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

# Install first since it's needed to build NASM
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@1a3da29f56261a1e1f937ec88f0856a9b8321d7e # v1
uses: KyleMayes/install-llvm-action@bb56a8457a77b95a5fa576c23731cbb162fd2056 # v2.0.0
with:
version: "10.0"
directory: ${{ runner.temp }}/llvm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
# Install first since it's needed to build NASM
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@1a3da29f56261a1e1f937ec88f0856a9b8321d7e # v1
uses: KyleMayes/install-llvm-action@bb56a8457a77b95a5fa576c23731cbb162fd2056 # v2.0.0
with:
version: "10.0"
directory: ${{ runner.temp }}/llvm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
# Install first since it's needed to build NASM
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@1a3da29f56261a1e1f937ec88f0856a9b8321d7e # v1
uses: KyleMayes/install-llvm-action@bb56a8457a77b95a5fa576c23731cbb162fd2056 # v2.0.0
with:
version: "10.0"
directory: ${{ runner.temp }}/llvm
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
steps:
# Install first since it's needed to build NASM
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@1a3da29f56261a1e1f937ec88f0856a9b8321d7e # v1
uses: KyleMayes/install-llvm-action@bb56a8457a77b95a5fa576c23731cbb162fd2056 # v2.0.0
with:
version: "10.0"
directory: ${{ runner.temp }}/llvm
Expand Down

0 comments on commit abd205f

Please sign in to comment.