From 375bbb2ec93bb409b5b93a2f1551d790011c3384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 00:56:10 +0000 Subject: [PATCH] Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/setup-terraform/compare/a1502cd9e758c50496cc9ac5308c4843bcd56d36...97f030cf6dc0b4f5e0da352c7bca9cca34579800) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nuke-redeploy.yml | 2 +- .github/workflows/reusable_terraform_plan_apply.yml | 4 ++-- .github/workflows/reusable_terraform_plan_apply_test.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nuke-redeploy.yml b/.github/workflows/nuke-redeploy.yml index 53e61399b7c..d19bf7cc535 100644 --- a/.github/workflows/nuke-redeploy.yml +++ b/.github/workflows/nuke-redeploy.yml @@ -65,7 +65,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} - name: Load and Configure Terraform - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: "~1" terraform_wrapper: false diff --git a/.github/workflows/reusable_terraform_plan_apply.yml b/.github/workflows/reusable_terraform_plan_apply.yml index ce3b1590d5b..fbda276fe14 100644 --- a/.github/workflows/reusable_terraform_plan_apply.yml +++ b/.github/workflows/reusable_terraform_plan_apply.yml @@ -107,7 +107,7 @@ jobs: aws-region: "eu-west-2" - name: Setup Terraform - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: "${{ inputs.terraform_version }}" terraform_wrapper: false @@ -277,7 +277,7 @@ jobs: aws-region: "eu-west-2" - name: Setup Terraform - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: "${{ inputs.terraform_version }}" terraform_wrapper: false diff --git a/.github/workflows/reusable_terraform_plan_apply_test.yml b/.github/workflows/reusable_terraform_plan_apply_test.yml index 7d9c57e366e..60be3a79582 100644 --- a/.github/workflows/reusable_terraform_plan_apply_test.yml +++ b/.github/workflows/reusable_terraform_plan_apply_test.yml @@ -106,7 +106,7 @@ jobs: aws-region: "eu-west-2" - name: Setup Terraform - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: "${{ inputs.terraform_version }}" terraform_wrapper: false @@ -251,7 +251,7 @@ jobs: aws-region: "eu-west-2" - name: Setup Terraform - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: "${{ inputs.terraform_version }}" terraform_wrapper: false