From 659a51030b6c5a72cb8e369b1968398cdcffa2b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 21:01:07 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.0.2 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.2.6. - [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...69d9d449aced6a2ede0bc19182fadc3a0a42d2b0) --- 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 | 4 ++-- .github/workflows/ci-images-cache-cleaner.yaml | 2 +- .github/workflows/lint-bpf-checks.yaml | 2 +- .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 016a4a6f8a95b..76c1d4cae1dbf 100644 --- a/.github/workflows/build-images-ci.yaml +++ b/.github/workflows/build-images-ci.yaml @@ -86,7 +86,7 @@ jobs: # Load Golang cache build from GitHub - name: Load ${{ matrix.name }} Golang cache build from GitHub - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 id: cache with: path: /tmp/.cache/${{ matrix.name }} @@ -270,7 +270,7 @@ jobs: # Load Golang cache build from GitHub - name: Load ${{ matrix.name }} Golang cache build from GitHub - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 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 b14684113fe64..caf662dfe8144 100644 --- a/.github/workflows/ci-images-cache-cleaner.yaml +++ b/.github/workflows/ci-images-cache-cleaner.yaml @@ -40,7 +40,7 @@ jobs: steps: # Load Golang cache build from GitHub - name: Load ${{ matrix.name }} Golang cache build from GitHub - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 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 c2475508cad45..fe2f9c4628a90 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -92,7 +92,7 @@ jobs: go-version: 1.18.1 - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 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 92b6e0db3abc6..382c2a44fe512 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@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 with: path: $HOME/.clang key: llvm-10.0