Skip to content

Commit d9f3a20

Browse files
dependabot[bot]benoit-garcia
authored andcommitted
chore(deps): bump actions/cache from 4.1.2 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...1bd1e32) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8efc0f7 commit d9f3a20

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/tf_module_check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: "Terraform: Check formatting"
2727
run: terraform fmt -check -diff -recursive ./
2828
- name: "Terraform: Cache providers directory"
29-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
29+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3030
with:
3131
path: ./.terraform/providers
3232
key: tf-${{ steps.tf_version.outputs.TF_VERSION }}-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('.terraform.lock.hcl') }}
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5858
- id: tflint_cache
5959
name: "TFLint: Update cache"
60-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
60+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
6161
with:
6262
path: ~/.tflint.d/plugins
6363
key: tflint-${{ hashFiles('.tflint.hcl') }}

.github/workflows/tf_project_apply.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cli_config_credentials_token: ${{ secrets.TFE_TOKEN }}
3434
terraform_version: ${{steps.tf_version.outputs.TF_VERSION}}
3535
- name: "Terraform: Cache providers directory"
36-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
36+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3737
with:
3838
path: ./.terraform/providers
3939
key: tf-${{ steps.tf_version.outputs.TF_VERSION }}-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('.terraform.lock.hcl') }}

.github/workflows/tf_project_plan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: "Terraform: Check formatting"
3737
run: terraform fmt -check -diff -recursive ./
3838
- name: "Terraform: Cache providers directory"
39-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
39+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4040
with:
4141
path: ./.terraform/providers
4242
key: tf-${{ steps.tf_version.outputs.TF_VERSION }}-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('.terraform.lock.hcl') }}
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262
- id: tflint_cache
6363
name: "TFLint: Update cache"
64-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
64+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
6565
with:
6666
path: ~/.tflint.d/plugins
6767
key: tflint-${{ hashFiles('.tflint.hcl') }}

0 commit comments

Comments
 (0)