File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
43
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
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 @@ -160,7 +160,7 @@ jobs:
160
160
TELEMETRY_ENDPOINT_INSECURE : " false"
161
161
162
162
- name : Cache Artifacts
163
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
163
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
164
164
with :
165
165
path : ${{ github.workspace }}/dist
166
166
key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
@@ -225,7 +225,7 @@ jobs:
225
225
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
226
226
227
227
- name : Fetch Cached Artifacts
228
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
228
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
229
229
with :
230
230
path : ${{ github.workspace }}/dist
231
231
key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change 31
31
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
32
32
33
33
- name : Fetch Cached Artifacts
34
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
34
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
35
35
with :
36
36
path : ${{ github.workspace }}/dist
37
37
key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments