From 3f6bc5eba223c789e9b87bf74af6ec8c49bb6b60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 03:00:57 +0000 Subject: [PATCH] =?UTF-8?q?chore(ci):=20update=20hashicorp/setup-terraform?= =?UTF-8?q?=20action=20(v3.1.1=20=E2=86=92=20v3.1.2)=20(#1498)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | hashicorp/setup-terraform | v3.1.1 | v3.1.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/testacc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testacc.yml b/.github/workflows/testacc.yml index cfc33ad9..a8378b65 100644 --- a/.github/workflows/testacc.yml +++ b/.github/workflows/testacc.yml @@ -52,7 +52,7 @@ jobs: - name: Set up gotestfmt run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest - - uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1 + - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 with: terraform_version: ${{ matrix.terraform }}.* terraform_wrapper: false