diff --git a/.github/workflows/release-cni-plugin.yml b/.github/workflows/release-cni-plugin.yml index 4a62f485..3ea80723 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 + - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f 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 14f7be5b..b7f9ef85 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 + - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f with: path: ${{ runner.temp }}/.buildx-cache key: proxy-init-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }}