From dca1f9cf1432f1e8a57aa7b62708370716ea858e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 06:31:26 +0000 Subject: [PATCH] build(deps): bump KyleMayes/install-llvm-action from 1.4.1 to 1.5.3 Bumps [KyleMayes/install-llvm-action](https://github.com/KyleMayes/install-llvm-action) from 1.4.1 to 1.5.3. - [Release notes](https://github.com/KyleMayes/install-llvm-action/releases) - [Commits](https://github.com/KyleMayes/install-llvm-action/compare/v1.4.1...v1.5.3) --- 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/bpf-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bpf-checks.yaml b/.github/workflows/bpf-checks.yaml index a8d0c82bc3168..853c1dd20914e 100644 --- a/.github/workflows/bpf-checks.yaml +++ b/.github/workflows/bpf-checks.yaml @@ -52,7 +52,7 @@ jobs: path: $HOME/.clang key: llvm-10.0 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v1.4.1 + uses: KyleMayes/install-llvm-action@v1.5.3 with: version: "10.0" directory: $HOME/.clang