From 648c9ba4a8f86d86751cec3eeb1cd5efaf815a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:01:29 +0100 Subject: [PATCH] Bump hashicorp/setup-terraform from 2 to 3 (#99) 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/tflint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tflint.yml b/.github/workflows/tflint.yml index 31763c9..964535a 100644 --- a/.github/workflows/tflint.yml +++ b/.github/workflows/tflint.yml @@ -4,7 +4,7 @@ jobs: terraform_fmt: runs-on: ubuntu-latest steps: - - uses: hashicorp/setup-terraform@v2 + - uses: hashicorp/setup-terraform@v3 - run: terraform fmt -check -recursive lint_aws: