From 49c5457547f74b4a47728d5712a493a86741913c Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 12 Oct 2025 09:37:42 +0000 Subject: [PATCH] [deploy-opentofu] [deploy-opentofu] --- .gitea/workflows/ci-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index e311081..841b34f 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -41,7 +41,7 @@ jobs: curl -fsSL https://deb.nodesource.com/setup_18.x - name: Cloning iac repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: infra/iac @@ -173,7 +173,7 @@ jobs: done - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.11'