diff --git a/.github/workflows/release-cni-plugin.yml b/.github/workflows/release-cni-plugin.yml index b8677def..74497359 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@6849a6489940f00c2f30c0fb92c6274307ccb58a + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 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 969f5a2f..8bd3b77e 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@6849a6489940f00c2f30c0fb92c6274307ccb58a + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: ${{ runner.temp }}/.buildx-cache key: proxy-init-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }}