From f5beb62d17e2247dc712311f92461374acd3320a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:01:24 +0000 Subject: [PATCH] Bump hashicorp/setup-terraform from 2.0.3 to 3.0.0 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2.0.3 to 3.0.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/633666f66e0061ca3b725c73b2ec20cd13a8fdd1...a1502cd9e758c50496cc9ac5308c4843bcd56d36) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/base.yml | 4 ++-- .github/workflows/components.yml | 4 ++-- .github/workflows/delius-core.yml | 4 ++-- .github/workflows/delius-iaps.yml | 4 ++-- .github/workflows/example.yml | 4 ++-- .github/workflows/hmpps.yml | 4 ++-- .github/workflows/modernisation-platform.yml | 4 ++-- .github/workflows/nomis-data-hub.yml | 4 ++-- .github/workflows/nomis.yml | 4 ++-- .github/workflows/oasys.yml | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 2765822a..22c821d3 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -275,7 +275,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false @@ -378,7 +378,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false diff --git a/.github/workflows/components.yml b/.github/workflows/components.yml index 368d7d6a..610686fe 100644 --- a/.github/workflows/components.yml +++ b/.github/workflows/components.yml @@ -169,7 +169,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false @@ -264,7 +264,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false diff --git a/.github/workflows/delius-core.yml b/.github/workflows/delius-core.yml index 1f0d57bf..39ea221a 100644 --- a/.github/workflows/delius-core.yml +++ b/.github/workflows/delius-core.yml @@ -274,7 +274,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false @@ -377,7 +377,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false diff --git a/.github/workflows/delius-iaps.yml b/.github/workflows/delius-iaps.yml index 58e03024..e9548f4b 100644 --- a/.github/workflows/delius-iaps.yml +++ b/.github/workflows/delius-iaps.yml @@ -274,7 +274,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false @@ -377,7 +377,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 9d9955ac..1dd9c283 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -46,7 +46,7 @@ jobs: role-session-name: githubactionsrolesession aws-region: ${{ env.AWS_REGION }} - name: Load and Configure Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: 1.0.1 terraform_wrapper: false @@ -81,7 +81,7 @@ jobs: role-session-name: githubactionsrolesession aws-region: ${{ env.AWS_REGION }} - name: Load and Configure Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: 1.0.1 terraform_wrapper: false diff --git a/.github/workflows/hmpps.yml b/.github/workflows/hmpps.yml index 28fbb34d..1a87a55f 100644 --- a/.github/workflows/hmpps.yml +++ b/.github/workflows/hmpps.yml @@ -274,7 +274,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false @@ -377,7 +377,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false diff --git a/.github/workflows/modernisation-platform.yml b/.github/workflows/modernisation-platform.yml index 932f77e5..d1f134d1 100644 --- a/.github/workflows/modernisation-platform.yml +++ b/.github/workflows/modernisation-platform.yml @@ -49,7 +49,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} - name: Load and Configure Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ~> 1.0 terraform_wrapper: false @@ -87,7 +87,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} - name: Load and Configure Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ~> 1.0 terraform_wrapper: false diff --git a/.github/workflows/nomis-data-hub.yml b/.github/workflows/nomis-data-hub.yml index f5bfee5c..d1a80151 100644 --- a/.github/workflows/nomis-data-hub.yml +++ b/.github/workflows/nomis-data-hub.yml @@ -274,7 +274,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false @@ -377,7 +377,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false diff --git a/.github/workflows/nomis.yml b/.github/workflows/nomis.yml index e7c5cb1a..02bd88b3 100644 --- a/.github/workflows/nomis.yml +++ b/.github/workflows/nomis.yml @@ -274,7 +274,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false @@ -377,7 +377,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false diff --git a/.github/workflows/oasys.yml b/.github/workflows/oasys.yml index efd19cf2..63f75734 100644 --- a/.github/workflows/oasys.yml +++ b/.github/workflows/oasys.yml @@ -274,7 +274,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false @@ -377,7 +377,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false