Skip to content

Commit c7fc97a

Browse files
ci(github-action)!: Update hashicorp/setup-terraform action ( v2.0.3 → v3.1.0 )
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | hashicorp/setup-terraform | v2.0.3 | v3.1.0 | Signed-off-by: Anthony Rabbito <hello@anthonyrabbito.com>
1 parent c1f869a commit c7fc97a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/terraform-gcp-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
5555

5656
- name: Setup Terraform
57-
uses: hashicorp/setup-terraform@v2.0.3
57+
uses: hashicorp/setup-terraform@v3.1.0
5858
with:
5959
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
6060

.github/workflows/terraform-gcp-production.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
5757

5858
- name: Setup Terraform
59-
uses: hashicorp/setup-terraform@v2.0.3
59+
uses: hashicorp/setup-terraform@v3.1.0
6060
with:
6161
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
6262

0 commit comments

Comments
 (0)