From 7e3d2a8e66190575130052eac0a668422f98ed56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:37:07 +0000 Subject: [PATCH] Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0. - [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/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/format.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 5533d91..0888988 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -12,7 +12,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} token: ${{ secrets.AUTOMATION_PAT }} - name: 'Setup' - uses: hashicorp/setup-terraform@v3.0.0 + uses: hashicorp/setup-terraform@v3.1.0 with: terraform_version: 1.1.5 - name: 'Format'