From 1f81dca31214d28dd2b0a5d9a187e7517d9ed200 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 26 Apr 2024 11:10:55 +0200 Subject: [PATCH] chore(deps): update hashicorp/setup-terraform action to v3 (#81) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 375849b..31a5e9f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: service_account: ${{ secrets.SVC_ACCOUNT_EMAIL }} # this is a SA email configured to create gh-runner MIGs export_environment_variables: false - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 with: terraform_version: 1.1.9 terraform_wrapper: false @@ -158,7 +158,7 @@ jobs: service_account: ${{ secrets.SVC_ACCOUNT_EMAIL }} # this is a SA email configured to create gh-runner MIGs export_environment_variables: false - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 with: terraform_version: 1.1.9 terraform_wrapper: false