diff --git a/.github/workflows/release-cni-plugin.yml b/.github/workflows/release-cni-plugin.yml index 06d239d4..943c021a 100644 --- a/.github/workflows/release-cni-plugin.yml +++ b/.github/workflows/release-cni-plugin.yml @@ -44,7 +44,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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 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 c1824d7d..ffd7e00a 100644 --- a/.github/workflows/release-proxy-init.yml +++ b/.github/workflows/release-proxy-init.yml @@ -44,7 +44,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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: ${{ runner.temp }}/.buildx-cache key: proxy-init-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }}