From 5c0af745e17f17e95ee59c4d55b42f20d4e7d89a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:07:33 +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/management-account-apply.yml | 2 +- .github/workflows/management-account-plan.yml | 2 +- .github/workflows/organisation-security-apply.yml | 2 +- .github/workflows/organisation-security-plan.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/management-account-apply.yml b/.github/workflows/management-account-apply.yml index ffffb26c..ce284470 100644 --- a/.github/workflows/management-account-apply.yml +++ b/.github/workflows/management-account-apply.yml @@ -26,7 +26,7 @@ jobs: role-to-assume: arn:aws:iam::${{secrets.AWS_ROOT_ACCOUNT_ID}}:role/github-actions-apply role-session-name: GitHubActions aws-region: eu-west-2 - - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + - uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: 1.7.5 - run: terraform fmt -check diff --git a/.github/workflows/management-account-plan.yml b/.github/workflows/management-account-plan.yml index 989da416..277477bb 100644 --- a/.github/workflows/management-account-plan.yml +++ b/.github/workflows/management-account-plan.yml @@ -25,7 +25,7 @@ jobs: role-to-assume: arn:aws:iam::${{secrets.AWS_ROOT_ACCOUNT_ID}}:role/github-actions-plan role-session-name: GitHubActions aws-region: eu-west-2 - - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + - uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: 1.7.5 - run: terraform fmt -check diff --git a/.github/workflows/organisation-security-apply.yml b/.github/workflows/organisation-security-apply.yml index 1ef26a79..4801e0be 100644 --- a/.github/workflows/organisation-security-apply.yml +++ b/.github/workflows/organisation-security-apply.yml @@ -26,7 +26,7 @@ jobs: role-to-assume: arn:aws:iam::${{secrets.AWS_SECURITY_ACCOUNT_ID}}:role/github-actions-apply role-session-name: GitHubActions aws-region: eu-west-2 - - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + - uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: 1.7.5 - run: terraform fmt -check diff --git a/.github/workflows/organisation-security-plan.yml b/.github/workflows/organisation-security-plan.yml index 0b1b70bd..169b460e 100644 --- a/.github/workflows/organisation-security-plan.yml +++ b/.github/workflows/organisation-security-plan.yml @@ -25,7 +25,7 @@ jobs: role-to-assume: arn:aws:iam::${{secrets.AWS_SECURITY_ACCOUNT_ID}}:role/github-actions-plan role-session-name: GitHubActions aws-region: eu-west-2 - - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + - uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: 1.7.5 - run: terraform fmt -check