Skip to content

Commit

Permalink
Merge pull request #5991 from ministryofjustice/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/hashicorp/setup-terraform-3.1.1

Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1
  • Loading branch information
ASTRobinson authored May 8, 2024
2 parents fc1cfe8 + 8936895 commit bf58ee3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuke-redeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Load and Configure Terraform
uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
with:
terraform_version: "~1"
terraform_wrapper: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable_terraform_plan_apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
aws-region: "eu-west-2"

- name: Setup Terraform
uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
with:
terraform_version: "${{ inputs.terraform_version }}"
terraform_wrapper: false
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
aws-region: "eu-west-2"

- name: Setup Terraform
uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
with:
terraform_version: "${{ inputs.terraform_version }}"
terraform_wrapper: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable_terraform_plan_apply_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
aws-region: "eu-west-2"

- name: Setup Terraform
uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
with:
terraform_version: "${{ inputs.terraform_version }}"
terraform_wrapper: false
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
aws-region: "eu-west-2"

- name: Setup Terraform
uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
with:
terraform_version: "${{ inputs.terraform_version }}"
terraform_wrapper: false
Expand Down

0 comments on commit bf58ee3

Please sign in to comment.