From e79cf12f44602d9ca9c6e90b1554ac602d79f2b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 00:54:15 +0000 Subject: [PATCH] =?UTF-8?q?chore(ci):=20update=20hashicorp/setup-terraform?= =?UTF-8?q?=20action=20(v3.1.0=20=E2=86=92=20v3.1.1)=20(#1279)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(ci): update actions/checkout action (v4.1.4 → v4.1.5) | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.4 | v4.1.5 | * chore(ci): update hashicorp/setup-terraform action (v3.1.0 → v3.1.1) | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | hashicorp/setup-terraform | v3.1.0 | v3.1.1 | --------- 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 bf40a4e1..96734a55 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@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 + - uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1 with: terraform_version: ${{ matrix.terraform }}.* terraform_wrapper: false