File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
ref : ${{ inputs.tag != '' && format('refs/tags/v{0}', inputs.tag) || github.ref }}
41
41
42
42
- name : Fetch Cached Artifacts
43
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
43
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
44
44
with :
45
45
path : ${{ github.workspace }}/dist
46
46
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:
184
184
TELEMETRY_ENDPOINT_INSECURE : " false"
185
185
186
186
- name : Cache Artifacts
187
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
187
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
188
188
with :
189
189
path : ${{ github.workspace }}/dist
190
190
key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change 25
25
fetch-depth : 0
26
26
27
27
- name : Fetch Cached Artifacts
28
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
28
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
29
29
with :
30
30
path : ${{ github.workspace }}/dist
31
31
key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments