8484
8585 - name : Fetch Cached Signed Binary Artifacts
8686 id : binary-cache-sign
87- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
87+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
8888 with :
8989 path : ${{ github.workspace }}/tarballs
9090 key : nginx-ingress-release-${{ steps.vars.outputs.go_code_md5 }}
@@ -432,7 +432,7 @@ jobs:
432432 ref : ${{ inputs.release_branch }}
433433
434434 - name : Fetch Binary Artifacts from Cache
435- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
435+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
436436 with :
437437 path : ${{ github.workspace }}/dist
438438 key : nginx-ingress-${{ needs.variables.outputs.go_code_md5 }}
@@ -455,7 +455,7 @@ jobs:
455455 if : ${{ needs.variables.outputs.binary_cache_sign_hit != 'true' }}
456456
457457 - name : Store Tarball Artifacts in Cache
458- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
458+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
459459 with :
460460 path : ${{ github.workspace }}/tarballs
461461 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
@@ -476,7 +476,7 @@ jobs:
476476 ref : ${{ inputs.release_branch }}
477477
478478 - name : Fetch Cached Tarball Artifacts
479- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
479+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
480480 with :
481481 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
482482 path : ${{ github.workspace }}/tarballs
@@ -520,7 +520,7 @@ jobs:
520520 ref : ${{ inputs.release_branch }}
521521
522522 - name : Fetch Cached Tarball Artifacts
523- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
523+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
524524 with :
525525 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
526526 path : ${{ github.workspace }}/tarballs
0 commit comments