Skip to content

Commit

Permalink
ci(github-action)!: Update hashicorp/setup-terraform action ( v2.0.3 …
Browse files Browse the repository at this point in the history
…→ v3.1.2 )

| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | hashicorp/setup-terraform | v2.0.3 | v3.1.2 |


Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent 785a147 commit 02fe5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-gcp-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-gcp-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 02fe5b0

Please sign in to comment.