Skip to content

Commit

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

Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0
  • Loading branch information
ASTRobinson authored Apr 29, 2024
2 parents b88cee1 + 375bbb2 commit b9eadda
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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
with:
terraform_version: "${{ inputs.terraform_version }}"
terraform_wrapper: false
Expand Down Expand Up @@ -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
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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
with:
terraform_version: "${{ inputs.terraform_version }}"
terraform_wrapper: false
Expand Down

0 comments on commit b9eadda

Please sign in to comment.