Skip to content

Commit b2c34a8

Browse files
chore(deps): bump hashicorp/setup-terraform in the github-actions group
Bumps the github-actions group with 1 update: [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform). Updates `hashicorp/setup-terraform` from 3 to 4 - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@v3...v4) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4999a48 commit b2c34a8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/destroy-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
2828

2929
- name: Setup Terraform
30-
uses: hashicorp/setup-terraform@v3
30+
uses: hashicorp/setup-terraform@v4
3131
with:
3232
terraform_wrapper: false
3333

.github/workflows/destroy-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
3535

3636
- name: Setup Terraform
37-
uses: hashicorp/setup-terraform@v3
37+
uses: hashicorp/setup-terraform@v4
3838
with:
3939
terraform_wrapper: false
4040

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
3131

3232
- name: Setup Terraform
33-
uses: hashicorp/setup-terraform@v3
33+
uses: hashicorp/setup-terraform@v4
3434
with:
3535
terraform_wrapper: false
3636

0 commit comments

Comments
 (0)