From 71bee137755399aeb60de78f4c69defeaff98dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 13:06:47 +0000 Subject: [PATCH] build(deps): bump KyleMayes/install-llvm-action from 1.5.4 to 1.7.0 Bumps [KyleMayes/install-llvm-action](https://github.com/KyleMayes/install-llvm-action) from 1.5.4 to 1.7.0. - [Release notes](https://github.com/KyleMayes/install-llvm-action/releases) - [Commits](https://github.com/KyleMayes/install-llvm-action/compare/c538b5e281d5fc40848a3a62636a3a2b6f5a1cfa...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 | 4 ++-- .github/workflows/lint-build-commits.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-bpf-checks.yaml b/.github/workflows/lint-bpf-checks.yaml index 7e33e4720e202..6ed0a88de433c 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -88,7 +88,7 @@ jobs: path: $HOME/.clang key: llvm-10.0 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@c538b5e281d5fc40848a3a62636a3a2b6f5a1cfa + uses: KyleMayes/install-llvm-action@ef175530927af66c61e4e8da4fea4e15de63f780 with: version: "10.0" directory: $HOME/.clang @@ -121,7 +121,7 @@ jobs: path: $HOME/.clang key: llvm-10.0 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@c538b5e281d5fc40848a3a62636a3a2b6f5a1cfa + 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 2f5e315901d0a..d9ebce94edc4e 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@c538b5e281d5fc40848a3a62636a3a2b6f5a1cfa + uses: KyleMayes/install-llvm-action@ef175530927af66c61e4e8da4fea4e15de63f780 with: version: "10.0" directory: $HOME/.clang