From 99b94f22736d4aad104eff7d6560e906e4ae39bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:14:50 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.0.2 to 3.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/48af2dc4a9e8278b89d7fa154b955c30c6aaab09...627f0f41f6904a5b1efbaed9f96d9eb58e92e920) --- updated-dependencies: - dependency-name: actions/cache 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 1a675a29e37b9..6989688ca0d85 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -93,7 +93,7 @@ jobs: go-version: 1.16.15 - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 with: path: $HOME/.clang key: llvm-10.0 diff --git a/.github/workflows/lint-build-commits.yaml b/.github/workflows/lint-build-commits.yaml index 54cc3cacb4ea3..e228c3504b0a0 100644 --- a/.github/workflows/lint-build-commits.yaml +++ b/.github/workflows/lint-build-commits.yaml @@ -27,7 +27,7 @@ jobs: - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 with: path: $HOME/.clang key: llvm-10.0