Skip to content

Commit 4771a3b

Browse files
author
Jan Sebastian Siwy
authored
Merge pull request #27 from babbel/dependabot/github_actions/hashicorp/setup-terraform-3
Bump hashicorp/setup-terraform from 2 to 3
2 parents d70f652 + 29db764 commit 4771a3b

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: hashicorp/setup-terraform@v2
23+
- uses: hashicorp/setup-terraform@v3
2424
with:
2525
terraform_version: ${{ matrix.terraform_version }}
2626
- run: terraform init

0 commit comments

Comments
 (0)