File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3434 fetch-depth : 0
3535
3636 - name : Fetch Cached Artifacts
37- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
37+ uses : actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
3838 with :
3939 path : ${{ github.workspace }}/dist
4040 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-multi
Original file line number Diff line number Diff line change 3636 fetch-depth : 0
3737
3838 - name : Fetch Cached Artifacts
39- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
39+ uses : actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
4040 with :
4141 path : ${{ github.workspace }}/dist
4242 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-multi
Original file line number Diff line number Diff line change 8989 GOPATH : ${{ needs.checks.outputs.go_path }}
9090
9191 - name : Store Artifacts in Cache
92- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
92+ uses : actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
9393 with :
9494 path : ${{ github.workspace }}/dist
9595 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-single
@@ -128,7 +128,7 @@ jobs:
128128 - name : Checkout Repository
129129 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
130130 - name : Fetch Cached Artifacts
131- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
131+ uses : actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
132132 with :
133133 path : ${{ github.workspace }}/dist
134134 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-single
@@ -330,7 +330,7 @@ jobs:
330330 AZURE_BUCKET_NAME : ${{ secrets.AZURE_BUCKET_NAME }}
331331
332332 - name : Store Artifacts in Cache
333- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
333+ uses : actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
334334 with :
335335 path : ${{ github.workspace }}/dist
336336 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-multi
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
107107 GOPATH : ${{ steps.go.outputs.go_path }}
108108 - name : Store Artifacts in Cache
109- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
109+ uses : actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
110110 with :
111111 path : ${{ github.workspace }}/dist
112112 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-multi
@@ -134,7 +134,7 @@ jobs:
134134 ref : refs/tags/v${{ needs.variables.outputs.kic-tag }}
135135 if : ${{ matrix.needs-updating == 'true' }}
136136 - name : Fetch Cached Artifacts
137- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
137+ uses : actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
138138 with :
139139 path : ${{ github.workspace }}/dist
140140 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-multi
You can’t perform that action at this time.
0 commit comments