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 3434 fetch-depth : 0
3535
3636 - name : Fetch Cached Artifacts
37- uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
37+ uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
3838 with :
3939 path : ${{ github.workspace }}/dist
4040 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change 3636 fetch-depth : 0
3737
3838 - name : Fetch Cached Artifacts
39- uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
39+ uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
4040 with :
4141 path : ${{ github.workspace }}/dist
4242 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 AZURE_BUCKET_NAME : ${{ secrets.AZURE_BUCKET_NAME }}
133133
134134 - name : Store Artifacts in Cache
135- uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
135+ uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
136136 with :
137137 path : ${{ github.workspace }}/dist
138138 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
@@ -207,7 +207,7 @@ jobs:
207207 - name : Checkout Repository
208208 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
209209 - name : Fetch Cached Artifacts
210- uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
210+ uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
211211 with :
212212 path : ${{ github.workspace }}/dist
213213 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
109109 GOPATH : ${{ steps.go.outputs.go_path }}
110110 - name : Store Artifacts in Cache
111- uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
111+ uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
112112 with :
113113 path : ${{ github.workspace }}/dist
114114 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
@@ -136,7 +136,7 @@ jobs:
136136 ref : refs/tags/v${{ needs.variables.outputs.kic-tag }}
137137 if : ${{ matrix.needs-updating == 'true' }}
138138 - name : Fetch Cached Artifacts
139- uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
139+ uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
140140 with :
141141 path : ${{ github.workspace }}/dist
142142 key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments