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 34
34
fetch-depth : 0
35
35
36
36
- name : Fetch Cached Artifacts
37
- uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
37
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
38
38
with :
39
39
path : ${{ github.workspace }}/dist
40
40
key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change 36
36
fetch-depth : 0
37
37
38
38
- name : Fetch Cached Artifacts
39
- uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
39
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
40
40
with :
41
41
path : ${{ github.workspace }}/dist
42
42
key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
AZURE_BUCKET_NAME : ${{ secrets.AZURE_BUCKET_NAME }}
128
128
129
129
- name : Store Artifacts in Cache
130
- uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
130
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
131
131
with :
132
132
path : ${{ github.workspace }}/dist
133
133
key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
@@ -202,7 +202,7 @@ jobs:
202
202
- name : Checkout Repository
203
203
uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
204
204
- name : Fetch Cached Artifacts
205
- uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
205
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
206
206
with :
207
207
path : ${{ github.workspace }}/dist
208
208
key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
109
109
GOPATH : ${{ steps.go.outputs.go_path }}
110
110
- name : Store Artifacts in Cache
111
- uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
111
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
112
112
with :
113
113
path : ${{ github.workspace }}/dist
114
114
key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
@@ -136,7 +136,7 @@ jobs:
136
136
ref : refs/tags/v${{ needs.variables.outputs.kic-tag }}
137
137
if : ${{ matrix.needs-updating == 'true' }}
138
138
- name : Fetch Cached Artifacts
139
- uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
139
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
140
140
with :
141
141
path : ${{ github.workspace }}/dist
142
142
key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments