Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 4b72737

Browse files
Update hashicorp/setup-terraform action to v2 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 12555c1 commit 4b72737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 10
1717
steps:
1818
- uses: actions/checkout@v3
19-
- uses: hashicorp/setup-terraform@v1
19+
- uses: hashicorp/setup-terraform@v2
2020
- run: make
2121

2222
docs:

0 commit comments

Comments
 (0)