From 38e62dcbb30ee30949ed2c9ddf7927b355ac1a04 Mon Sep 17 00:00:00 2001 From: Minimata Date: Tue, 27 Jan 2026 18:48:37 +0100 Subject: [PATCH] trying to fix syntax error in checkout action --- .gitea/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 933915ca..ea98a879 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -94,7 +94,7 @@ jobs: run: | apt update && apt -y install curl zip nodejs - name: Setup node - uses: actions/setup-node@v6 + uses: actions/setup-node@v4 with: node-version: 24 - name: Checkout