Skip to content

Commit 03d6585

Browse files
authored
Merge pull request #16 from highwingio/tf-130
pin terraform to 1.3.0
2 parents 481bcf4 + a1edf23 commit 03d6585

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@master
1111
- uses: hashicorp/setup-terraform@v1
12+
with:
13+
terraform_version: 1.3.0
1214
- id: Init
1315
run: terraform init -no-color
1416
- id: Fmt

0 commit comments

Comments
 (0)