Skip to content

Commit 39f1287

Browse files
committed
Fix terraform version for checking examples in CI
1 parent 3cbdd38 commit 39f1287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_examples.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
- "1.9.8"
3333
- "1.10.5"
3434
- "1.11.4"
35-
- "1.21.1"
35+
- "1.12.1"
3636
env:
3737
TF_X_KUBERNETES_MANIFEST_RESOURCE: 1
3838
TERM: linux
3939
steps:
40-
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
40+
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
4141
with:
4242
terraform_version: ${{ matrix.terraform_version }}
4343
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

0 commit comments

Comments
 (0)