From 1a73f236700a0155423cbe75e964da4756befa43 Mon Sep 17 00:00:00 2001 From: Minimata Date: Tue, 27 Jan 2026 18:52:04 +0100 Subject: [PATCH] trying to fix syntax error in checkout action --- .gitea/workflows/main.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index ea98a879..9770622d 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -93,12 +93,9 @@ jobs: - name: Install curl and zip run: | apt update && apt -y install curl zip nodejs - - name: Setup node - uses: actions/setup-node@v4 - with: - node-version: 24 + - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: lfs: false persist-credentials: true