From a8c942da860ac7b0d6225831be807cde5a301183 Mon Sep 17 00:00:00 2001 From: mrzta <108747930+mrzta@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:23:52 +0000 Subject: [PATCH] Update deploy.yaml --- .gitea/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index d46ecc0..ff312a3 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -3,12 +3,12 @@ on: [push] jobs: deploy: - runs-on: ubuntu-latest - steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Use v4 for better Node 20+ support with: fetch-depth: 1 + # This forces the runner to use the git binary instead of the REST API + persist-credentials: false - name: Install NPM and Tools run: |