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

Commit 3d4b1ae

Browse files
Update hashicorp/setup-terraform action to v3
1 parent 2e544d0 commit 3d4b1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
# Important: This sets up your GITHUB_WORKSPACE environment variable
1212
- uses: actions/checkout@v3
13-
- uses: hashicorp/setup-terraform@v2
13+
- uses: hashicorp/setup-terraform@v3
1414

1515
- name: fmt
1616
run: terraform fmt -recursive -check

0 commit comments

Comments
 (0)