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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
43+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
187+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
28+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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