Skip to content

Commit ea426c2

Browse files
workflows: bump hashicorp/setup-terraform from 1 to 2 (#5326)
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 1 to 2. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@v1...v2) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03b2885 commit ea426c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/1.7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
k8s_release: ${{ matrix.k8s-release }}
7373
k8s_release_formatted: ${{ steps.formatted_release.outputs.replaced }}
7474

75-
- uses: hashicorp/setup-terraform@v1
75+
- uses: hashicorp/setup-terraform@v2
7676
with:
7777
cli_config_credentials_hostname: 'app.terraform.io'
7878
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

.github/workflows/1.8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
k8s_release: ${{ matrix.k8s-release }}
7777
k8s_release_formatted: ${{ steps.formatted_release.outputs.replaced }}
7878

79-
- uses: hashicorp/setup-terraform@v1
79+
- uses: hashicorp/setup-terraform@v2
8080
with:
8181
cli_config_credentials_hostname: 'app.terraform.io'
8282
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

0 commit comments

Comments
 (0)