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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
43+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
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 @@ -204,7 +204,7 @@ jobs:
204204 TELEMETRY_ENDPOINT_INSECURE : " false"
205205
206206 - name : Cache Artifacts
207- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
207+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
208208 with :
209209 path : ${{ github.workspace }}/dist
210210 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
28+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
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