8484
8585 - name : Fetch Cached Signed Binary Artifacts
8686 id : binary-cache-sign
87- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
87+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
8888 with :
8989 path : ${{ github.workspace }}/tarballs
9090 key : nginx-ingress-release-${{ steps.vars.outputs.go_code_md5 }}
@@ -433,7 +433,7 @@ jobs:
433433 ref : ${{ inputs.release_branch }}
434434
435435 - name : Fetch Binary Artifacts from Cache
436- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
436+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
437437 with :
438438 path : ${{ github.workspace }}/dist
439439 key : nginx-ingress-${{ needs.variables.outputs.go_code_md5 }}
@@ -456,7 +456,7 @@ jobs:
456456 if : ${{ needs.variables.outputs.binary_cache_sign_hit != 'true' }}
457457
458458 - name : Store Tarball Artifacts in Cache
459- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
459+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
460460 with :
461461 path : ${{ github.workspace }}/tarballs
462462 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
@@ -477,7 +477,7 @@ jobs:
477477 ref : ${{ inputs.release_branch }}
478478
479479 - name : Fetch Cached Tarball Artifacts
480- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
480+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
481481 with :
482482 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
483483 path : ${{ github.workspace }}/tarballs
@@ -521,7 +521,7 @@ jobs:
521521 ref : ${{ inputs.release_branch }}
522522
523523 - name : Fetch Cached Tarball Artifacts
524- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
524+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
525525 with :
526526 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
527527 path : ${{ github.workspace }}/tarballs
0 commit comments