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@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
37+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
39+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
92+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
130130 - name : Fetch Cached Artifacts
131- uses : actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
131+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
333+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
109+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
137+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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