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@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
146
+ uses : actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
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@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
159
+ uses : actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
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