From 02501cd27e37fb3e2096879068b6c9f60b17341d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:09:52 +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/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 704b7840..0f622088 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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false diff --git a/.github/workflows/components.yml b/.github/workflows/components.yml index 1473eadd..948a6b1d 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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.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 5dd8a97a..cdf37058 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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.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 b3907feb..7ad24759 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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index cb6ff0db..bb46ba89 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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: 1.0.1 terraform_wrapper: false diff --git a/.github/workflows/hmpps.yml b/.github/workflows/hmpps.yml index 5b4e1d98..c3b81e47 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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.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 0324df8e..f521f242 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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.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 2e26153b..c9a31a22 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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false diff --git a/.github/workflows/nomis.yml b/.github/workflows/nomis.yml index d7e89c9d..f84b8cba 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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false diff --git a/.github/workflows/oasys.yml b/.github/workflows/oasys.yml index 916ce4f3..40699184 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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.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@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: ${{ steps.discover.outputs.version }} terraform_wrapper: false