diff --git a/.github/workflows/release-cni-plugin.yml b/.github/workflows/release-cni-plugin.yml index a4e89f2b..2c1d2395 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@8b402f58fbc84540c8b491a91e594a4576fec3d7 + - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 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 4f0d449e..d20a04de 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@8b402f58fbc84540c8b491a91e594a4576fec3d7 + - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 with: path: ${{ runner.temp }}/.buildx-cache key: proxy-init-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }}