From 8dfdd06da950160857c23e327fbb284ce519cd28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:27:25 +0000 Subject: [PATCH] Bump actions/cache from 4.0.1 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.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/ab5e6d0c87105b4c9c2047343972218f562e4319...0c45773b623bea8c8e75f6c82b208c3cf94ea4f9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-cni-plugin.yml | 2 +- .github/workflows/release-proxy-init.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-cni-plugin.yml b/.github/workflows/release-cni-plugin.yml index ec8553d2..6e869d2e 100644 --- a/.github/workflows/release-cni-plugin.yml +++ b/.github/workflows/release-cni-plugin.yml @@ -33,7 +33,7 @@ jobs: id-token: write # needed for signing the images with GitHub OIDC token steps: # Build multi-arch docker images for cni-plugin: - - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 + - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: ${{ runner.temp }}/.buildx-cache key: cni-plugin-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }} diff --git a/.github/workflows/release-proxy-init.yml b/.github/workflows/release-proxy-init.yml index 19ce5a77..1f121ba4 100644 --- a/.github/workflows/release-proxy-init.yml +++ b/.github/workflows/release-proxy-init.yml @@ -33,7 +33,7 @@ jobs: id-token: write # needed for signing the images with GitHub OIDC token steps: # Build multi-arch docker images for proxy-init: - - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 + - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: ${{ runner.temp }}/.buildx-cache key: proxy-init-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }}