File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3939 fetch-depth : 0
4040
4141 - name : Fetch Cached Artifacts
42- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
42+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
4343 with :
4444 path : ${{ github.workspace }}/dist
4545 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change 4040 fetch-depth : 0
4141
4242 - name : Fetch Cached Artifacts
43- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
43+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
4444 with :
4545 path : ${{ github.workspace }}/dist
4646 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 AZURE_BUCKET_NAME : ${{ secrets.AZURE_BUCKET_NAME }}
153153
154154 - name : Store Artifacts in Cache
155- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
155+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
156156 with :
157157 path : ${{ github.workspace }}/dist
158158 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
@@ -173,7 +173,7 @@ jobs:
173173 uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
174174
175175 - name : Fetch Cached Artifacts
176- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
176+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
177177 with :
178178 path : ${{ github.workspace }}/dist
179179 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 GOPATH : ${{ steps.go.outputs.go_path }}
117117
118118 - name : Store Artifacts in Cache
119- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
119+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
120120 with :
121121 path : ${{ github.workspace }}/dist
122122 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
@@ -145,7 +145,7 @@ jobs:
145145 if : ${{ matrix.needs-updating == 'true' }}
146146
147147 - name : Fetch Cached Artifacts
148- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
148+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
149149 with :
150150 path : ${{ github.workspace }}/dist
151151 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments