From 29cc9bc0a2d08e730b09fc04a340369955ebb7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Limpinho?= <53994778+TomasLimpinho@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:53:58 +0100 Subject: [PATCH] upgrade --- .gitea/workflows/ci-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index aff5d6d..34a8bd7 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -40,7 +40,7 @@ jobs: - name: Init OpenTofu working-directory: infra/iac - run: tofu init + run: tofu init -upgrade - name: Plan working-directory: infra/iac