From d6aa6347abc5a2add66f8474165a8b2411cf6161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:59:22 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.2.4 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 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/627f0f41f6904a5b1efbaed9f96d9eb58e92e920...88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-images-ci.yaml | 2 +- .github/workflows/ci-images-cache-cleaner.yaml | 2 +- .github/workflows/lint-bpf-checks.yaml | 4 ++-- .github/workflows/lint-build-commits.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-images-ci.yaml b/.github/workflows/build-images-ci.yaml index 89701d1d9f4c1..46ecff5de2429 100644 --- a/.github/workflows/build-images-ci.yaml +++ b/.github/workflows/build-images-ci.yaml @@ -99,7 +99,7 @@ jobs: # Load Golang cache build from GitHub - name: Load ${{ matrix.name }} Golang cache build from GitHub - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 id: cache with: path: /tmp/.cache/${{ matrix.name }} diff --git a/.github/workflows/ci-images-cache-cleaner.yaml b/.github/workflows/ci-images-cache-cleaner.yaml index cfaf050a7dc24..1bca6578b438b 100644 --- a/.github/workflows/ci-images-cache-cleaner.yaml +++ b/.github/workflows/ci-images-cache-cleaner.yaml @@ -38,7 +38,7 @@ jobs: steps: # Load Golang cache build from GitHub - name: Load ${{ matrix.name }} Golang cache build from GitHub - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 id: cache with: path: /tmp/.cache/${{ matrix.name }} diff --git a/.github/workflows/lint-bpf-checks.yaml b/.github/workflows/lint-bpf-checks.yaml index 2af1f890fb709..500816b190d3c 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -83,7 +83,7 @@ jobs: go-version: 1.19.5 - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: $HOME/.clang key: llvm-10.0 @@ -120,7 +120,7 @@ jobs: go-version: 1.19.5 - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 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 d49d9d5fafc7f..c3bbed57b489b 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: $HOME/.clang key: llvm-10.0