Skip to content

Commit

Permalink
build(deps): bump KyleMayes/install-llvm-action from 1.4.0 to 1.4.1
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.4.0 to 1.4.1.
- [Release notes](https://github.com/KyleMayes/install-llvm-action/releases)
- [Commits](KyleMayes/install-llvm-action@94441eb...3c8956c)

---
updated-dependencies:
- dependency-name: KyleMayes/install-llvm-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and aanm committed Jul 21, 2021
1 parent 54afa8c commit 620009e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-bpf-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
path: $HOME/.clang
key: llvm-10.0
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@94441eb6f611486ec059130719cca525263ac2be
uses: KyleMayes/install-llvm-action@3c8956ce3469123af1c39125f684835e56ac58ee
with:
version: "10.0"
directory: $HOME/.clang
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-build-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
key: llvm-10.0

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@94441eb6f611486ec059130719cca525263ac2be
uses: KyleMayes/install-llvm-action@3c8956ce3469123af1c39125f684835e56ac58ee
with:
version: "10.0"
directory: $HOME/.clang
Expand Down

0 comments on commit 620009e

Please sign in to comment.