@@ -564,7 +564,7 @@ jobs:
564564 ref : ${{ inputs.release_branch }}
565565
566566 - name : Fetch Binary Artifacts from Cache
567- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
567+ uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
568568 with :
569569 path : ${{ github.workspace }}/dist
570570 key : nginx-ingress-${{ needs.variables.outputs.go_code_md5 }}
@@ -585,7 +585,7 @@ jobs:
585585 SYFT_BIN : ${{ steps.syft.outputs.cmd }}
586586
587587 - name : Store Tarball Artifacts in Cache
588- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
588+ uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
589589 with :
590590 path : ${{ github.workspace }}/tarballs
591591 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
@@ -606,7 +606,7 @@ jobs:
606606 ref : ${{ inputs.release_branch }}
607607
608608 - name : Fetch Cached Tarball Artifacts
609- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
609+ uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
610610 with :
611611 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
612612 path : ${{ github.workspace }}/tarballs
@@ -663,7 +663,7 @@ jobs:
663663 ref : ${{ inputs.release_branch }}
664664
665665 - name : Fetch Cached Tarball Artifacts
666- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
666+ uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
667667 with :
668668 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
669669 path : ${{ github.workspace }}/tarballs
0 commit comments