From 4d9e9a75f1e3204f06239c919323095a823479a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 21:03:31 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2.1.6 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.2. - [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/c64c572235d810460d0d6876e9c705ad5002b353...4723a57e26efda3a62cbde1812113b730952852d) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... 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 7ba23c67cec8f..663932b6b6866 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -85,7 +85,7 @@ jobs: go-version: 1.16.4 - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d 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 f1bc539497691..f6d7ecb55bd27 100644 --- a/.github/workflows/lint-build-commits.yaml +++ b/.github/workflows/lint-build-commits.yaml @@ -25,7 +25,7 @@ jobs: - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d with: path: $HOME/.clang key: llvm-10.0