From 4d8d7d81b647a1a32b76bee58bf07f7bf72708a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 20:07:52 +0000 Subject: [PATCH] build(deps): bump KyleMayes/install-llvm-action from 1.5.2 to 1.6.1 Bumps [KyleMayes/install-llvm-action](https://github.com/KyleMayes/install-llvm-action) from 1.5.2 to 1.6.1. - [Release notes](https://github.com/KyleMayes/install-llvm-action/releases) - [Commits](https://github.com/KyleMayes/install-llvm-action/compare/bd6088fe89d09103b9f166e8ac04d92fa629f6e0...8852e4d5c58653ed05135c0a5d949d9c2febcb00) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-bpf-checks.yaml | 2 +- .github/workflows/lint-build-commits.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-bpf-checks.yaml b/.github/workflows/lint-bpf-checks.yaml index a5627b7348154..e4b44d302aeb2 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -97,7 +97,7 @@ jobs: path: $HOME/.clang key: llvm-10.0 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@bd6088fe89d09103b9f166e8ac04d92fa629f6e0 + uses: KyleMayes/install-llvm-action@8852e4d5c58653ed05135c0a5d949d9c2febcb00 with: version: "10.0" directory: $HOME/.clang diff --git a/.github/workflows/lint-build-commits.yaml b/.github/workflows/lint-build-commits.yaml index afedcbbaaa2b1..0cfdc4e7c9030 100644 --- a/.github/workflows/lint-build-commits.yaml +++ b/.github/workflows/lint-build-commits.yaml @@ -33,7 +33,7 @@ jobs: key: llvm-10.0 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@bd6088fe89d09103b9f166e8ac04d92fa629f6e0 + uses: KyleMayes/install-llvm-action@8852e4d5c58653ed05135c0a5d949d9c2febcb00 with: version: "10.0" directory: $HOME/.clang