File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
151
151
152
152
- name : Cache Artifacts
153
- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
153
+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
154
154
with :
155
155
path : ${{ github.workspace }}/dist
156
156
key : nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
@@ -164,7 +164,7 @@ jobs:
164
164
uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
165
165
166
166
- name : Fetch Cached Artifacts
167
- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
167
+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
168
168
with :
169
169
path : ${{ github.workspace }}/dist
170
170
key : nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
@@ -266,7 +266,7 @@ jobs:
266
266
uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
267
267
268
268
- name : Fetch Cached Artifacts
269
- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
269
+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
270
270
with :
271
271
path : ${{ github.workspace }}/dist
272
272
key : nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments