File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
AZURE_BUCKET_NAME : ${{ secrets.AZURE_BUCKET_NAME }}
143
143
144
144
- name : Cache Artifacts
145
- uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
145
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
146
146
with :
147
147
path : ${{ github.workspace }}/dist
148
148
key : nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
@@ -155,7 +155,7 @@ jobs:
155
155
- name : Checkout Repository
156
156
uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
157
157
- name : Fetch Cached Artifacts
158
- uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
158
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
159
159
with :
160
160
path : ${{ github.workspace }}/dist
161
161
key : nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments