From d918e40e80f688c89c8b274ab2ec4e23f694e439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:26:13 +0000 Subject: [PATCH] workflows: bump hashicorp/setup-terraform from 2 to 3 (#8109) Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/call-run-integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-run-integration-test.yaml b/.github/workflows/call-run-integration-test.yaml index 47f44a9bf09..31684730442 100644 --- a/.github/workflows/call-run-integration-test.yaml +++ b/.github/workflows/call-run-integration-test.yaml @@ -51,7 +51,7 @@ jobs: ref: ${{ inputs.ref }} repository: fluent/fluent-bit-ci - - uses: hashicorp/setup-terraform@v2 + - uses: hashicorp/setup-terraform@v3 with: cli_config_credentials_hostname: 'app.terraform.io' cli_config_credentials_token: ${{ secrets.terraform_api_token }}