Skip to content

Commit 7b608e8

Browse files
build(deps): bump actions/cache from 4.2.2 to 4.2.3 (#41926)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec91ce4 commit 7b608e8

13 files changed

+44
-44
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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
2828
with:
2929
go-version-file: go.mod
30-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
30+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3131
continue-on-error: true
3232
timeout-minutes: 2
3333
with:
@@ -55,13 +55,13 @@ jobs:
5555
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
5656
with:
5757
go-version-file: go.mod
58-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
58+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
64+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
2727
with:
2828
go-version-file: go.mod
29-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
29+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3030
continue-on-error: true
3131
timeout-minutes: 2
3232
with:
@@ -45,13 +45,13 @@ jobs:
4545
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4646
with:
4747
go-version-file: go.mod
48-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
48+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
54+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
2525
with:
2626
go-version-file: go.mod
27-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
27+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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
@@ -33,13 +33,13 @@ jobs:
3333
- name: go env
3434
run: |
3535
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
36-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
36+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3737
continue-on-error: true
3838
timeout-minutes: 2
3939
with:
4040
path: ${{ env.GOCACHE }}
4141
key: ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
42-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
42+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4343
continue-on-error: true
4444
timeout-minutes: 2
4545
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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4848
with:
4949
go-version-file: go.mod
50-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
50+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
with:
2929
fetch-depth: 0
30-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
30+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
41+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4242
name: Cache plugin dir
4343
with:
4444
path: ~/.tflint.d/plugins
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6565
with:
6666
fetch-depth: 0
67-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
67+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6868
with:
6969
path: ~/go/pkg/mod
7070
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}

.github/workflows/goreleaser-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4242
with:
4343
go-version-file: go.mod
44-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
44+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4545
continue-on-error: true
4646
timeout-minutes: 2
4747
with:
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
6262
with:
6363
go-version-file: go.mod
64-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
64+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6565
continue-on-error: true
6666
timeout-minutes: 2
6767
with:

.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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
32+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
38+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4242
with:
4343
go-version-file: go.mod
44-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
44+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4545
continue-on-error: true
4646
id: cache-go-pkg-mod
4747
timeout-minutes: 2
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: custom-linux-medium
5858
steps:
5959
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
60-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
60+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
77+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
82+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
103+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
109+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
110110
continue-on-error: true
111111
timeout-minutes: 2
112112
with:
@@ -134,13 +134,13 @@ jobs:
134134
- name: go env
135135
run: |
136136
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
137-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
137+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
138138
continue-on-error: true
139139
timeout-minutes: 2
140140
with:
141141
path: ${{ env.GOCACHE }}
142142
key: ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
143-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
143+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
144144
continue-on-error: true
145145
timeout-minutes: 2
146146
with:
@@ -161,13 +161,13 @@ jobs:
161161
- name: go env
162162
run: |
163163
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
164-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
164+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
165165
continue-on-error: true
166166
timeout-minutes: 2
167167
with:
168168
path: ${{ env.GOCACHE }}
169169
key: ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
170-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
170+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
171171
continue-on-error: true
172172
timeout-minutes: 2
173173
with:
@@ -194,13 +194,13 @@ jobs:
194194
- name: go env
195195
run: |
196196
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
197-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
197+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
198198
continue-on-error: true
199199
timeout-minutes: 2
200200
with:
201201
path: ${{ env.GOCACHE }}
202202
key: ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
203-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
203+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
204204
continue-on-error: true
205205
timeout-minutes: 2
206206
with:
@@ -216,7 +216,7 @@ jobs:
216216
(echo; echo "Expected `strings` to detect sweeper function names in sweeper binary."; exit 1)
217217
218218
# Use cached provider or rebuild
219-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
219+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
220220
continue-on-error: true
221221
id: cache-terraform-plugin-dir
222222
timeout-minutes: 2
@@ -243,15 +243,15 @@ jobs:
243243
runs-on: ubuntu-latest
244244
steps:
245245
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
246-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
246+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
247247
continue-on-error: true
248248
id: cache-terraform-providers-schema
249249
timeout-minutes: 2
250250
with:
251251
path: terraform-providers-schema
252252
key: ${{ runner.os }}-terraform-providers-schema-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
253253
- if: steps.cache-terraform-providers-schema.outputs.cache-hit != 'true' || steps.cache-terraform-providers-schema.outcome == 'failure'
254-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
254+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
255255
timeout-minutes: 2
256256
with:
257257
path: terraform-plugin-dir
@@ -285,14 +285,14 @@ jobs:
285285
with:
286286
terraform_version: ${{ env.TERRAFORM_VERSION }}
287287
terraform_wrapper: false
288-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
288+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
289289
continue-on-error: true
290290
timeout-minutes: 2
291291
with:
292292
path: ~/go/pkg/mod
293293
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
294294
- run: cd .ci/tools && go install github.com/YakDriver/tfproviderdocs
295-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
295+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
296296
timeout-minutes: 2
297297
with:
298298
path: terraform-providers-schema
@@ -318,7 +318,7 @@ jobs:
318318
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
319319
with:
320320
go-version-file: go.mod
321-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
321+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
322322
continue-on-error: true
323323
timeout-minutes: 3
324324
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
32+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
38+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3939
continue-on-error: true
4040
timeout-minutes: 2
4141
with:

.github/workflows/skaff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
- name: go env
3232
run: |
3333
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_ENV
34-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
34+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3535
continue-on-error: true
3636
timeout-minutes: 2
3737
with:
3838
path: ${{ env.GOCACHE }}
3939
key: ${{ runner.os }}-GOCACHE-${{ hashFiles('go.sum') }}-${{ hashFiles('internal/**') }}
40-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
40+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4141
continue-on-error: true
4242
timeout-minutes: 2
4343
with:

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
1414
with:
1515
go-version-file: go.mod
16-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
16+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
1717
continue-on-error: true
1818
timeout-minutes: 2
1919
with:

.github/workflows/website.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
9191
with:
9292
go-version-file: .ci/tools/go.mod
93-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
93+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
9494
continue-on-error: true
9595
timeout-minutes: 2
9696
with:
@@ -106,7 +106,7 @@ jobs:
106106
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
107107
with:
108108
go-version-file: .ci/tools/go.mod
109-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
109+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
110110
continue-on-error: true
111111
timeout-minutes: 2
112112
with:
@@ -124,7 +124,7 @@ jobs:
124124
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
125125
with:
126126
go-version-file: .ci/tools/go.mod
127-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
127+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
128128
continue-on-error: true
129129
timeout-minutes: 2
130130
with:
@@ -134,7 +134,7 @@ jobs:
134134
- run: cd .ci/tools && go install github.com/katbyte/terrafmt
135135
- run: cd .ci/tools && go install github.com/terraform-linters/tflint
136136

137-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
137+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
138138
name: Cache plugin dir
139139
with:
140140
path: ~/.tflint.d/plugins

0 commit comments

Comments
 (0)