From c32529984f09790ac22c83b4f884394ccfde522d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:25:39 +0000 Subject: [PATCH] Update hashicorp/setup-terraform action to v3 --- .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 41712c69..044340ff 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: setup terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 - name: terraform fmt id: tf_fmt