Skip to content

Commit

Permalink
update setup-terraform GH action version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisk-tbot committed Jul 27, 2022
1 parent 9a7a42d commit 1626e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
uses: hashicorp/setup-terraform@v2

- name: Check format
run: make all/checkfmt
Expand All @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
uses: hashicorp/setup-terraform@v2

- name: Validate
run: make all/validate
Expand Down

0 comments on commit 1626e49

Please sign in to comment.