From 2466ff04bfcb0b9fecb80151497731671f01c3cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 06:59:58 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2.1.6 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.3.1. - [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/v2.1.6...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bpf-checks.yaml | 2 +- .github/workflows/build_commits.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bpf-checks.yaml b/.github/workflows/bpf-checks.yaml index 66b35976cc4a..25b5e7f9b7ea 100644 --- a/.github/workflows/bpf-checks.yaml +++ b/.github/workflows/bpf-checks.yaml @@ -82,7 +82,7 @@ jobs: go-version: 1.16.4 - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.1 with: path: $HOME/.clang key: llvm-10.0 diff --git a/.github/workflows/build_commits.yaml b/.github/workflows/build_commits.yaml index 51fa3612731e..bcc0e0681ebc 100644 --- a/.github/workflows/build_commits.yaml +++ b/.github/workflows/build_commits.yaml @@ -25,7 +25,7 @@ jobs: - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.1 with: path: $HOME/.clang key: llvm-10.0