From 14ff518bc908a0cdfd823b377f4af1de4f14ece4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:44:49 +0000 Subject: [PATCH] build(deps): bump KyleMayes/install-llvm-action from 1.5.1 to 1.5.5 Bumps [KyleMayes/install-llvm-action](https://github.com/KyleMayes/install-llvm-action) from 1.5.1 to 1.5.5. - [Release notes](https://github.com/KyleMayes/install-llvm-action/releases) - [Commits](https://github.com/KyleMayes/install-llvm-action/compare/v1.5.1...v1.5.5) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 42f92f4e61ee9..f53a5ddbcb201 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -98,7 +98,7 @@ jobs: path: $HOME/.clang key: llvm-10.0 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v1.5.1 + uses: KyleMayes/install-llvm-action@v1.5.5 with: version: "10.0" directory: $HOME/.clang diff --git a/.github/workflows/lint-build-commits.yaml b/.github/workflows/lint-build-commits.yaml index aef0acf18c97d..29b771ad8c4fb 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@v1.5.1 + uses: KyleMayes/install-llvm-action@v1.5.5 with: version: "10.0" directory: $HOME/.clang