From dbdfcdddaab8b4af4231a59af9e437eebade7b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:53:38 +0000 Subject: [PATCH] workflows: bump hashicorp/setup-terraform from 1 to 2 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](https://github.com/hashicorp/setup-terraform/compare/v1...v2) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/call-integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-integration-test.yaml b/.github/workflows/call-integration-test.yaml index cb3a36259e0..261c9ea1d51 100644 --- a/.github/workflows/call-integration-test.yaml +++ b/.github/workflows/call-integration-test.yaml @@ -47,7 +47,7 @@ jobs: repository: fluent/fluent-bit-ci path: ci - - uses: hashicorp/setup-terraform@v1 + - uses: hashicorp/setup-terraform@v2 with: cli_config_credentials_hostname: 'app.terraform.io' cli_config_credentials_token: ${{ secrets.terraform_api_token }}