From 9e3524b432f2c5bde604e77ce788fb1b5104fb0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 00:54:36 +0000 Subject: [PATCH] gh-action: 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/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-minor ... 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 8f0c821..dd13b68 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,7 +85,7 @@ jobs: go-version-file: "go.mod" cache: true - name: Setup Terraform - uses: hashicorp/setup-terraform@v3.0.0 + uses: hashicorp/setup-terraform@v3.1.0 with: terraform_version: ${{ matrix.terraform }} terraform_wrapper: false