Skip to content

Commit e6c6670

Browse files
dependabot[bot]benoit-garcia
authored andcommitted
chore(deps): bump hashicorp/setup-terraform from 3.1.1 to 3.1.2
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@651471c...b9cd54a) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 592cd46 commit e6c6670

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tf_module_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "TF_VERSION=$TF_VERSION" >> $GITHUB_OUTPUT
1919
- id: tf_setup
2020
name: "Terraform: Setup"
21-
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
21+
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
2222
with:
2323
cli_config_credentials_token: ${{ secrets.TFE_TOKEN }}
2424
terraform_version: ${{steps.tf_version.outputs.TF_VERSION}}

.github/workflows/tf_project_apply.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "TF_VERSION=$TF_VERSION" >> $GITHUB_OUTPUT
2929
- id: tf_setup
3030
name: "Terraform: Setup"
31-
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
31+
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
3232
with:
3333
cli_config_credentials_token: ${{ secrets.TFE_TOKEN }}
3434
terraform_version: ${{steps.tf_version.outputs.TF_VERSION}}

.github/workflows/tf_project_plan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "TF_VERSION=$TF_VERSION" >> $GITHUB_OUTPUT
2929
- id: tf_setup
3030
name: "Terraform: Setup"
31-
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
31+
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
3232
with:
3333
cli_config_credentials_token: ${{ secrets.TFE_TOKEN }}
3434
terraform_version: ${{steps.tf_version.outputs.TF_VERSION}}

0 commit comments

Comments
 (0)