From bc438d782ff2fd6d3be2c36238a4c21a6a2ea074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 08:44:17 +0200 Subject: [PATCH] Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 (#81) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b147c3d..e3b5488 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4.1.4 - name: Setup Terraform - uses: hashicorp/setup-terraform@v3.1.0 + uses: hashicorp/setup-terraform@v3.1.1 - name: Terraform Format run: |