File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143
143
AZURE_BUCKET_NAME : ${{ secrets.AZURE_BUCKET_NAME }}
144
144
145
145
- name : Cache Artifacts
146
- uses : actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
146
+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
147
147
with :
148
148
path : ${{ github.workspace }}/dist
149
149
key : nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
@@ -156,7 +156,7 @@ jobs:
156
156
- name : Checkout Repository
157
157
uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
158
158
- name : Fetch Cached Artifacts
159
- uses : actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
159
+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
160
160
with :
161
161
path : ${{ github.workspace }}/dist
162
162
key : nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments