Skip to content

Commit 0579f5d

Browse files
author
Jan Sebastian Siwy
authored
Merge pull request #17 from babbel/dependabot/github_actions/hashicorp/setup-terraform-2.0.0
Bump hashicorp/setup-terraform from 1.4.0 to 2.0.0
2 parents 19f7de8 + e5c723a commit 0579f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: hashicorp/setup-terraform@v1.4.0
13+
- uses: hashicorp/setup-terraform@v2.0.0
1414
with:
1515
terraform_version: 0.15.5
1616
- run: terraform init

0 commit comments

Comments
 (0)