Skip to content

Commit 264673c

Browse files
build(deps): bump actions/cache from 4.2.4 to 4.3.0 (#44446)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24d17a6 commit 264673c

14 files changed

+47
-47
lines changed

.github/workflows/acctest-terraform-embedded-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2828
with:
2929
go-version-file: go.mod
30-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
30+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3131
continue-on-error: true
3232
timeout-minutes: 2
3333
with:
@@ -55,13 +55,13 @@ jobs:
5555
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
5656
with:
5757
go-version-file: go.mod
58-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
58+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5959
continue-on-error: true
6060
timeout-minutes: 2
6161
with:
6262
path: ~/go/pkg/mod
6363
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
64-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
64+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6565
name: Cache plugin dir
6666
continue-on-error: true
6767
timeout-minutes: 2

.github/workflows/acctest-terraform-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2727
with:
2828
go-version-file: go.mod
29-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
29+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3030
continue-on-error: true
3131
timeout-minutes: 2
3232
with:
@@ -45,13 +45,13 @@ jobs:
4545
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4646
with:
4747
go-version-file: go.mod
48-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
48+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4949
continue-on-error: true
5050
timeout-minutes: 2
5151
with:
5252
path: ~/go/pkg/mod
5353
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
54-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
54+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5555
name: Cache plugin dir
5656
continue-on-error: true
5757
timeout-minutes: 2

.github/workflows/changelog_misspell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2525
with:
2626
go-version-file: go.mod
27-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
27+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2828
continue-on-error: true
2929
timeout-minutes: 2
3030
with:

.github/workflows/copyright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
- name: go env
3333
run: |
3434
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
35-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
35+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3636
continue-on-error: true
3737
timeout-minutes: 2
3838
with:
3939
path: ${{ env.GOCACHE }}
4040
key: ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
41-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
41+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4242
continue-on-error: true
4343
timeout-minutes: 2
4444
with:

.github/workflows/dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
- name: go env
4848
run: |
4949
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
50-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
50+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5151
continue-on-error: true
5252
timeout-minutes: 2
5353
with:
5454
path: ${{ env.GOCACHE }}
5555
key: ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
56-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
56+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5757
continue-on-error: true
5858
timeout-minutes: 2
5959
with:

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4848
with:
4949
go-version-file: go.mod
50-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
50+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5151
continue-on-error: true
5252
timeout-minutes: 2
5353
with:

.github/workflows/examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828
with:
2929
fetch-depth: 0
30-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
30+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3131
with:
3232
path: ~/go/pkg/mod
3333
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
@@ -38,7 +38,7 @@ jobs:
3838
- name: install tflint
3939
run: cd .ci/tools && go install github.com/terraform-linters/tflint
4040

41-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
41+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4242
name: Cache plugin dir
4343
with:
4444
path: ~/.tflint.d/plugins
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6565
with:
6666
fetch-depth: 0
67-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
67+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6868
with:
6969
path: ~/go/pkg/mod
7070
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}

.github/workflows/modern_go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
- name: go env
3030
run: |
3131
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
32-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
32+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3333
continue-on-error: true
3434
timeout-minutes: 2
3535
with:
3636
path: ${{ env.GOCACHE }}
3737
key: ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
38-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
38+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3939
continue-on-error: true
4040
timeout-minutes: 2
4141
with:

.github/workflows/provider.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4242
with:
4343
go-version-file: go.mod
44-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
44+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4545
continue-on-error: true
4646
id: cache-go-pkg-mod
4747
timeout-minutes: 2
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: custom-ubuntu-22.04-medium
5858
steps:
5959
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
60-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
60+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6161
continue-on-error: true
6262
id: cache-terraform-plugin-dir
6363
timeout-minutes: 2
@@ -74,12 +74,12 @@ jobs:
7474
run: |
7575
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
7676
- 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
7878
with:
7979
path: ${{ env.GOCACHE }}
8080
key: ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
8181
- 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
8383
with:
8484
path: ~/go/pkg/mod
8585
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
@@ -100,13 +100,13 @@ jobs:
100100
- name: go env
101101
run: |
102102
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
103-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
103+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
104104
continue-on-error: true
105105
timeout-minutes: 2
106106
with:
107107
path: ${{ env.GOCACHE }}
108108
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
110110
continue-on-error: true
111111
timeout-minutes: 2
112112
with:
@@ -135,13 +135,13 @@ jobs:
135135
- name: go env
136136
run: |
137137
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
138-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
138+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
139139
continue-on-error: true
140140
timeout-minutes: 2
141141
with:
142142
path: ${{ env.GOCACHE }}
143143
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
145145
continue-on-error: true
146146
timeout-minutes: 2
147147
with:
@@ -162,13 +162,13 @@ jobs:
162162
- name: go env
163163
run: |
164164
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
165-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
165+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
166166
continue-on-error: true
167167
timeout-minutes: 2
168168
with:
169169
path: ${{ env.GOCACHE }}
170170
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
172172
continue-on-error: true
173173
timeout-minutes: 2
174174
with:
@@ -195,13 +195,13 @@ jobs:
195195
- name: go env
196196
run: |
197197
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
198-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
198+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
199199
continue-on-error: true
200200
timeout-minutes: 2
201201
with:
202202
path: ${{ env.GOCACHE }}
203203
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
205205
continue-on-error: true
206206
timeout-minutes: 2
207207
with:
@@ -217,7 +217,7 @@ jobs:
217217
(echo; echo "Expected `strings` to detect sweeper function names in sweeper binary."; exit 1)
218218
219219
# Use cached provider or rebuild
220-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
220+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
221221
continue-on-error: true
222222
id: cache-terraform-plugin-dir
223223
timeout-minutes: 2
@@ -244,15 +244,15 @@ jobs:
244244
runs-on: ubuntu-latest
245245
steps:
246246
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
247-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
247+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
248248
continue-on-error: true
249249
id: cache-terraform-providers-schema
250250
timeout-minutes: 2
251251
with:
252252
path: terraform-providers-schema
253253
key: ${{ runner.os }}-terraform-providers-schema-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
254254
- 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
256256
timeout-minutes: 2
257257
with:
258258
path: terraform-plugin-dir
@@ -286,14 +286,14 @@ jobs:
286286
with:
287287
terraform_version: ${{ env.TERRAFORM_VERSION }}
288288
terraform_wrapper: false
289-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
289+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
290290
continue-on-error: true
291291
timeout-minutes: 2
292292
with:
293293
path: ~/go/pkg/mod
294294
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
295295
- 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
297297
timeout-minutes: 2
298298
with:
299299
path: terraform-providers-schema
@@ -319,7 +319,7 @@ jobs:
319319
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
320320
with:
321321
go-version-file: go.mod
322-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
322+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
323323
continue-on-error: true
324324
timeout-minutes: 3
325325
with:

.github/workflows/providerlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
go-version-file: go.mod
3030
- name: go env
3131
run: echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
32-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
32+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3333
continue-on-error: true
3434
timeout-minutes: 2
3535
with:
3636
path: ${{ env.GOCACHE }}
3737
key: ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
38-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
38+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3939
continue-on-error: true
4040
timeout-minutes: 2
4141
with:

0 commit comments

Comments
 (0)