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 4040 ref : ${{ inputs.tag != '' && format('refs/tags/v{0}', inputs.tag) || github.ref }}
4141
4242 - name : Fetch Cached Artifacts
43- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
43+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4444 with :
4545 path : ${{ github.workspace }}/dist
4646 key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184184 TELEMETRY_ENDPOINT_INSECURE : " false"
185185
186186 - name : Cache Artifacts
187- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
187+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
188188 with :
189189 path : ${{ github.workspace }}/dist
190190 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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
28+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.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