Skip to content

Commit 6ef4c6d

Browse files
chore(deps): update hashicorp/setup-terraform action to v4
1 parent 9ae553c commit 6ef4c6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_terraform_module_lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v6.0.2
3636

3737
- name: Setup Terraform
38-
uses: hashicorp/setup-terraform@v3.1.2
38+
uses: hashicorp/setup-terraform@v4.0.0
3939

4040
- name: Run terraform fmt
4141
run: terraform fmt -check -recursive

.github/workflows/test_terraform_module_plan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo EOF
5454
} >> "$GITHUB_ENV"
5555
- run: juju add-model test-github-runner
56-
- uses: hashicorp/setup-terraform@v3.1.2
56+
- uses: hashicorp/setup-terraform@v4.0.0
5757
- run: terraform init
5858
working-directory: ${{env.WORKING_DIR}}
5959
- run: terraform validate

0 commit comments

Comments
 (0)