41
41
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
42
42
with :
43
43
go-version-file : go.mod
44
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
44
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
45
45
continue-on-error : true
46
46
id : cache-go-pkg-mod
47
47
timeout-minutes : 2
57
57
runs-on : custom-ubuntu-22.04-medium
58
58
steps :
59
59
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
60
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
60
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
61
61
continue-on-error : true
62
62
id : cache-terraform-plugin-dir
63
63
timeout-minutes : 2
@@ -74,12 +74,12 @@ jobs:
74
74
run : |
75
75
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
76
76
- if : steps.cache-terraform-plugin-dir.outputs.cache-hit != 'true' || steps.cache-terraform-plugin-dir.outcome == 'failure'
77
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
77
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
78
78
with :
79
79
path : ${{ env.GOCACHE }}
80
80
key : ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
81
81
- if : steps.cache-terraform-plugin-dir.outputs.cache-hit != 'true' || steps.cache-terraform-plugin-dir.outcome == 'failure'
82
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
82
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
83
83
with :
84
84
path : ~/go/pkg/mod
85
85
key : ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
@@ -100,13 +100,13 @@ jobs:
100
100
- name : go env
101
101
run : |
102
102
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
103
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
103
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
104
104
continue-on-error : true
105
105
timeout-minutes : 2
106
106
with :
107
107
path : ${{ env.GOCACHE }}
108
108
key : ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
109
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
109
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
110
110
continue-on-error : true
111
111
timeout-minutes : 2
112
112
with :
@@ -135,13 +135,13 @@ jobs:
135
135
- name : go env
136
136
run : |
137
137
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
138
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
138
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
139
139
continue-on-error : true
140
140
timeout-minutes : 2
141
141
with :
142
142
path : ${{ env.GOCACHE }}
143
143
key : ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
144
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
144
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
145
145
continue-on-error : true
146
146
timeout-minutes : 2
147
147
with :
@@ -162,13 +162,13 @@ jobs:
162
162
- name : go env
163
163
run : |
164
164
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
165
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
165
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
166
166
continue-on-error : true
167
167
timeout-minutes : 2
168
168
with :
169
169
path : ${{ env.GOCACHE }}
170
170
key : ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
171
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
171
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
172
172
continue-on-error : true
173
173
timeout-minutes : 2
174
174
with :
@@ -195,13 +195,13 @@ jobs:
195
195
- name : go env
196
196
run : |
197
197
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
198
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
198
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
199
199
continue-on-error : true
200
200
timeout-minutes : 2
201
201
with :
202
202
path : ${{ env.GOCACHE }}
203
203
key : ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
204
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
204
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
205
205
continue-on-error : true
206
206
timeout-minutes : 2
207
207
with :
@@ -217,7 +217,7 @@ jobs:
217
217
(echo; echo "Expected `strings` to detect sweeper function names in sweeper binary."; exit 1)
218
218
219
219
# Use cached provider or rebuild
220
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
220
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
221
221
continue-on-error : true
222
222
id : cache-terraform-plugin-dir
223
223
timeout-minutes : 2
@@ -244,15 +244,15 @@ jobs:
244
244
runs-on : ubuntu-latest
245
245
steps :
246
246
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
247
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
247
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
248
248
continue-on-error : true
249
249
id : cache-terraform-providers-schema
250
250
timeout-minutes : 2
251
251
with :
252
252
path : terraform-providers-schema
253
253
key : ${{ runner.os }}-terraform-providers-schema-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
254
254
- if : steps.cache-terraform-providers-schema.outputs.cache-hit != 'true' || steps.cache-terraform-providers-schema.outcome == 'failure'
255
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
255
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
256
256
timeout-minutes : 2
257
257
with :
258
258
path : terraform-plugin-dir
@@ -286,14 +286,14 @@ jobs:
286
286
with :
287
287
terraform_version : ${{ env.TERRAFORM_VERSION }}
288
288
terraform_wrapper : false
289
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
289
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
290
290
continue-on-error : true
291
291
timeout-minutes : 2
292
292
with :
293
293
path : ~/go/pkg/mod
294
294
key : ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
295
295
- run : cd .ci/tools && go install github.com/YakDriver/tfproviderdocs
296
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
296
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
297
297
timeout-minutes : 2
298
298
with :
299
299
path : terraform-providers-schema
@@ -319,7 +319,7 @@ jobs:
319
319
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
320
320
with :
321
321
go-version-file : go.mod
322
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
322
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
323
323
continue-on-error : true
324
324
timeout-minutes : 3
325
325
with :
0 commit comments