From 84778a39656cc8c2bb36f767d1ce55916353073c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:00:29 +0000 Subject: [PATCH] =?UTF-8?q?chore(ci):=20update=20hashicorp/setup-terraform?= =?UTF-8?q?=20action=20(v3.0.0=20=E2=86=92=20v3.1.0)?= 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.0.0 | v3.1.0 | --- .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 0f5dc76d..bf40a4e1 100644 --- a/.github/workflows/testacc.yml +++ b/.github/workflows/testacc.yml @@ -48,7 +48,7 @@ jobs: - name: Get dependencies run: go mod download - - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + - uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 with: terraform_version: ${{ matrix.terraform }}.* terraform_wrapper: false