From dc0db20b24734ffaaf3ea24ce63784bd75e6cc73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 01:11:52 +0000 Subject: [PATCH] build(deps): bump KyleMayes/install-llvm-action from 1.1.1 to 1.4.1 Bumps [KyleMayes/install-llvm-action](https://github.com/KyleMayes/install-llvm-action) from 1.1.1 to 1.4.1. - [Release notes](https://github.com/KyleMayes/install-llvm-action/releases) - [Commits](https://github.com/KyleMayes/install-llvm-action/compare/v1.1.1...v1.4.1) --- 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 38249083f03b2..e7edc5afff71e 100644 --- a/.github/workflows/bpf-checks.yaml +++ b/.github/workflows/bpf-checks.yaml @@ -36,7 +36,7 @@ jobs: path: $HOME/.clang key: llvm-10.0 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v1.1.1 + uses: KyleMayes/install-llvm-action@v1.4.1 with: version: "10.0" directory: $HOME/.clang