Skip to content

Commit 1c65a6e

Browse files
Bump hashicorp/setup-terraform from 3 to 4 in /.github/workflows
Bumps [hashicorp/setup-terraform](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02cbe3b commit 1c65a6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy_archivematica_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v6
2828
- name: Setup Terraform
29-
uses: hashicorp/setup-terraform@v3
29+
uses: hashicorp/setup-terraform@v4
3030
with:
3131
cli_config_credentials_token: ${{ secrets.TERRAFORM_API_TOKEN }}
3232
- name: Terraform Init

.github/workflows/deploy_archivematica_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424
- name: Setup Terraform
25-
uses: hashicorp/setup-terraform@v3
25+
uses: hashicorp/setup-terraform@v4
2626
with:
2727
cli_config_credentials_token: ${{ secrets.TERRAFORM_API_TOKEN }}
2828
- name: Terraform Init

.github/workflows/deploy_archivematica_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v6
4343
- name: Setup Terraform
44-
uses: hashicorp/setup-terraform@v3
44+
uses: hashicorp/setup-terraform@v4
4545
with:
4646
cli_config_credentials_token: ${{ secrets.TERRAFORM_API_TOKEN }}
4747
- name: Terraform Init

0 commit comments

Comments
 (0)