From ce4920edd6f587b903fa593dd8f435599c24ce5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 15:43:21 +0100 Subject: [PATCH] Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 (#331) 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/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/az_tf_apply.yml | 2 +- .github/workflows/az_tf_plan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/az_tf_apply.yml b/.github/workflows/az_tf_apply.yml index d0840c3..6764472 100644 --- a/.github/workflows/az_tf_apply.yml +++ b/.github/workflows/az_tf_apply.yml @@ -77,7 +77,7 @@ jobs: run: unzip ${{ inputs.tf_key }}.zip - name: Setup Terraform - uses: hashicorp/setup-terraform@v3.1.0 + uses: hashicorp/setup-terraform@v3.1.1 with: terraform_version: ${{ inputs.tf_version }} diff --git a/.github/workflows/az_tf_plan.yml b/.github/workflows/az_tf_plan.yml index beb0447..7a3b2b1 100644 --- a/.github/workflows/az_tf_plan.yml +++ b/.github/workflows/az_tf_plan.yml @@ -93,7 +93,7 @@ jobs: sarif_file: tfsec.sarif - name: Setup Terraform - uses: hashicorp/setup-terraform@v3.1.0 + uses: hashicorp/setup-terraform@v3.1.1 with: terraform_version: ${{ inputs.tf_version }}