File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 ref : ${{ (inputs.tag != '' && !inputs.dry_run ) && format('refs/tags/v{0}', inputs.tag) || github.ref }}
5050
5151 - name : Fetch Cached Artifacts
52- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
52+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5353 with :
5454 path : ${{ github.workspace }}/dist
5555 key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ jobs:
221221 TELEMETRY_ENDPOINT_INSECURE : " false"
222222
223223 - name : Cache Artifacts
224- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
224+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
225225 with :
226226 path : ${{ github.workspace }}/dist
227227 key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change 2525 fetch-depth : 0
2626
2727 - name : Fetch Cached Artifacts
28- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
28+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2929 with :
3030 path : ${{ github.workspace }}/dist
3131 key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments