Skip to content

Commit 7c72e67

Browse files
chore(deps): update hashicorp/setup-terraform action to v4 (#123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd20bd4 commit 7c72e67

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint_terraform_planner.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/lint_terraform_webhook.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_planner_module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo EOF
5656
} >> "$GITHUB_ENV"
5757
- run: juju add-model stg-deploy-planner
58-
- uses: hashicorp/setup-terraform@v3.1.2
58+
- uses: hashicorp/setup-terraform@v4.0.0
5959
- name: Generate admin token (ephemeral)
6060
run: |
6161
python3 - <<EOS >> "$GITHUB_ENV"

.github/workflows/test_terraform_webhook_module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo EOF
5656
} >> "$GITHUB_ENV"
5757
- run: juju add-model stg-deploy-webhook-gateway
58-
- uses: hashicorp/setup-terraform@v3.1.2
58+
- uses: hashicorp/setup-terraform@v4.0.0
5959
- run: terraform init
6060
working-directory: ${{env.WORKING_DIR}}
6161
- run: terraform validate

0 commit comments

Comments
 (0)