From a41778fe7b454ef1f7df3c8f30c3cd595710b9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 06:08:40 +0000 Subject: [PATCH] build(deps): bump hashicorp/setup-terraform in /.github/workflows Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.0 to 3.1.1. - [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/97f030cf6dc0b4f5e0da352c7bca9cca34579800...651471c36a6092792c552e8b1bef71e592b462d8) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index baa64b57..b70841f4 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -68,7 +68,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Hashicorp Terraform - uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 + uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 with: terraform_version: 1.7.1 terraform_wrapper: false @@ -167,7 +167,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Hashicorp Terraform - uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 + uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 with: terraform_version: 1.7.1 terraform_wrapper: false @@ -218,7 +218,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Hashicorp Terraform - uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 + uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 with: terraform_version: 1.7.1 terraform_wrapper: false