84
84
85
85
- name : Fetch Cached Signed Binary Artifacts
86
86
id : binary-cache-sign
87
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
87
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
88
88
with :
89
89
path : ${{ github.workspace }}/tarballs
90
90
key : nginx-ingress-release-${{ steps.vars.outputs.go_code_md5 }}
@@ -432,7 +432,7 @@ jobs:
432
432
ref : ${{ inputs.release_branch }}
433
433
434
434
- name : Fetch Binary Artifacts from Cache
435
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
435
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
436
436
with :
437
437
path : ${{ github.workspace }}/dist
438
438
key : nginx-ingress-${{ needs.variables.outputs.go_code_md5 }}
@@ -455,7 +455,7 @@ jobs:
455
455
if : ${{ needs.variables.outputs.binary_cache_sign_hit != 'true' }}
456
456
457
457
- name : Store Tarball Artifacts in Cache
458
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
458
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
459
459
with :
460
460
path : ${{ github.workspace }}/tarballs
461
461
key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
@@ -476,7 +476,7 @@ jobs:
476
476
ref : ${{ inputs.release_branch }}
477
477
478
478
- name : Fetch Cached Tarball Artifacts
479
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
479
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
480
480
with :
481
481
key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
482
482
path : ${{ github.workspace }}/tarballs
@@ -520,7 +520,7 @@ jobs:
520
520
ref : ${{ inputs.release_branch }}
521
521
522
522
- name : Fetch Cached Tarball Artifacts
523
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
523
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
524
524
with :
525
525
key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
526
526
path : ${{ github.workspace }}/tarballs
0 commit comments