From 02fe5b0f0c445699637cd7a042423e2fe4950716 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:41:30 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20hashicorp/setup-?= =?UTF-8?q?terraform=20action=20(=20v2.0.3=20=E2=86=92=20v3.1.2=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | hashicorp/setup-terraform | v2.0.3 | v3.1.2 | Signed-off-by: Anthony Rabbito --- .github/workflows/terraform-gcp-pr.yml | 2 +- .github/workflows/terraform-gcp-production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform-gcp-pr.yml b/.github/workflows/terraform-gcp-pr.yml index 3686c4de86..2dba513058 100644 --- a/.github/workflows/terraform-gcp-pr.yml +++ b/.github/workflows/terraform-gcp-pr.yml @@ -54,7 +54,7 @@ jobs: service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }} - name: Setup Terraform - uses: hashicorp/setup-terraform@v2.0.3 + uses: hashicorp/setup-terraform@v3.1.2 with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} diff --git a/.github/workflows/terraform-gcp-production.yml b/.github/workflows/terraform-gcp-production.yml index 14679f798a..972e96ef9c 100644 --- a/.github/workflows/terraform-gcp-production.yml +++ b/.github/workflows/terraform-gcp-production.yml @@ -56,7 +56,7 @@ jobs: service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }} - name: Setup Terraform - uses: hashicorp/setup-terraform@v2.0.3 + uses: hashicorp/setup-terraform@v3.1.2 with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}