Skip to content

Commit

Permalink
chore(deps): update hashicorp/setup-terraform action to v3 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Apr 26, 2024
1 parent 9f6ebdb commit 1f81dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1f81dca

Please sign in to comment.