Skip to content

Commit f568fcb

Browse files
committed
Fix CI
1 parent 480b8b0 commit f568fcb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,19 @@ jobs:
88
check-formatting:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: hashicorp/setup-terraform@v3
12+
13+
- uses: actions/checkout@v5
1214

1315
- name: Check formatting
1416
run: terraform fmt -check
1517

1618
validate-module:
1719
runs-on: ubuntu-latest
1820
steps:
19-
- uses: actions/checkout@v2
21+
- uses: hashicorp/setup-terraform@v3
22+
23+
- uses: actions/checkout@v5
2024

2125
- name: Run terraform init
2226
run: terraform init

0 commit comments

Comments
 (0)