Skip to content

Commit f10e586

Browse files
committed
Update hashicorp/setup-terraform to v4
1 parent 209e991 commit f10e586

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/terraform-github-import.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: "3.10.4"
2727
- name: Setup Terraform
28-
uses: hashicorp/setup-terraform@v3
28+
uses: hashicorp/setup-terraform@v4
2929
with:
3030
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
3131
terraform_wrapper: false

.github/workflows/terraform-github.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
working-directory: "./terraform/github/"
2424
steps:
2525
- uses: actions/checkout@v6
26-
- uses: hashicorp/setup-terraform@v3
26+
27+
- uses: hashicorp/setup-terraform@v4
2728
with:
2829
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
2930

0 commit comments

Comments
 (0)