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