File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
151151
152152 - name : Cache Artifacts
153- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
153+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
154154 with :
155155 path : ${{ github.workspace }}/dist
156156 key : nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
@@ -164,7 +164,7 @@ jobs:
164164 uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
165165
166166 - name : Fetch Cached Artifacts
167- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
167+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
168168 with :
169169 path : ${{ github.workspace }}/dist
170170 key : nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
@@ -266,7 +266,7 @@ jobs:
266266 uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
267267
268268 - name : Fetch Cached Artifacts
269- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
269+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
270270 with :
271271 path : ${{ github.workspace }}/dist
272272 key : nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments