From 0f7dbf0e1a280a444e5ff1d02409c349f1b12568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 12:05:56 +0000 Subject: [PATCH] Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.0 to 3.1.1. - [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.1.0...v3.1.1) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 0b04b21..5a58c20 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Terraform - uses: hashicorp/setup-terraform@v3.1.0 + uses: hashicorp/setup-terraform@v3.1.1 with: terraform_version: 1.0.8