From 93382f65bb2a18e242013dbb13c300efcd5d3362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 13:33:14 +0000 Subject: [PATCH] Bump hashicorp/setup-terraform from 2.0.2 to 2.0.3 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2.0.2 to 2.0.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.0.2...v2.0.3) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-azure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-azure.yaml b/.github/workflows/e2e-azure.yaml index d7a595e8b5..f1ad2f73e1 100644 --- a/.github/workflows/e2e-azure.yaml +++ b/.github/workflows/e2e-azure.yaml @@ -44,7 +44,7 @@ jobs: mkdir -p $HOME/.local/bin mv sops-v3.7.1.linux $HOME/.local/bin/sops - name: Setup Terraform - uses: hashicorp/setup-terraform@v2.0.2 + uses: hashicorp/setup-terraform@v2.0.3 with: terraform_version: 1.2.8 terraform_wrapper: false