From b4331e22456287edf30e66a65c750b8689396ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 20:08:52 +0000 Subject: [PATCH] build(deps): bump KyleMayes/install-llvm-action from 1.5.2 to 1.7.0 Bumps [KyleMayes/install-llvm-action](https://github.com/KyleMayes/install-llvm-action) from 1.5.2 to 1.7.0. - [Release notes](https://github.com/KyleMayes/install-llvm-action/releases) - [Commits](https://github.com/KyleMayes/install-llvm-action/compare/bd6088fe89d09103b9f166e8ac04d92fa629f6e0...ef175530927af66c61e4e8da4fea4e15de63f780) --- 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..ff5c773587251 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@ef175530927af66c61e4e8da4fea4e15de63f780 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..93c8142e5f7d6 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@ef175530927af66c61e4e8da4fea4e15de63f780 with: version: "10.0" directory: $HOME/.clang