From 52c5b62f6875e655667a85849ee33318b73d183a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:17:30 +0000 Subject: [PATCH] gh-action: bump hashicorp/setup-terraform from 3.1.1 to 3.1.2 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.1 to 3.1.2. - [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.1...v3.1.2) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce096c9..54faf2d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -88,7 +88,7 @@ jobs: go-version-file: "go.mod" cache: true - name: Setup Terraform - uses: hashicorp/setup-terraform@v3.1.1 + uses: hashicorp/setup-terraform@v3.1.2 with: terraform_version: ${{ matrix.terraform }} terraform_wrapper: false