Skip to content

Commit

Permalink
install the expected terraform version in the github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Mar 17, 2024
1 parent fdd7dee commit e75f136
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: hashicorp/setup-terraform@v3
with:
# renovate: datasource=github-releases depName=hashicorp/terraform
terraform_version: "1.7.5"
- uses: terramate-io/terramate-action@v1
with:
# renovate: datasource=github-releases depName=terramate-io/terramate
Expand All @@ -23,6 +27,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: hashicorp/setup-terraform@v3
with:
# renovate: datasource=github-releases depName=hashicorp/terraform
terraform_version: "1.7.5"
- uses: terramate-io/terramate-action@v1
with:
# renovate: datasource=github-releases depName=terramate-io/terramate
Expand All @@ -38,6 +46,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: hashicorp/setup-terraform@v3
with:
# renovate: datasource=github-releases depName=hashicorp/terraform
terraform_version: "1.7.5"
- uses: terramate-io/terramate-action@v1
with:
# renovate: datasource=github-releases depName=terramate-io/terramate
Expand Down

0 comments on commit e75f136

Please sign in to comment.