Skip to content

Commit

Permalink
ci(github-action)!: Update hashicorp/setup-terraform action to v3.0.0
Browse files Browse the repository at this point in the history
| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | hashicorp/setup-terraform | v2.0.3 | v3.0.0 |


Signed-off-by: Anthony Rabbito <hello@anthonyrabbito.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent e0014f6 commit a834516
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.0.0
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.0.0
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

Expand Down

0 comments on commit a834516

Please sign in to comment.