From 5e2b4f5897b44c15b075ca6f5d49f2dd7d220930 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:39:29 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20Update=20op?= =?UTF-8?q?entofu/setup-opentofu=20action=20to=20v2.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 75693ac..babb868 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v6 - - uses: opentofu/setup-opentofu@847eaa4afeb791b06daa46e8eafa8b1b68d7cfb4 # v2.0.1 + - uses: opentofu/setup-opentofu@a1320f892987e89d278cc92dc5adc984fb93aca4 # v2.0.2 - run: pwd - name: Fmt check working-directory: tests/${{ matrix.testdir }}