From 59746e763d5694e0e86e3b36e8e8dc8f1089f0f0 Mon Sep 17 00:00:00 2001 From: atdunbg Date: Mon, 13 Oct 2025 23:37:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/deploy.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f1be211..8a15b11 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source Code - uses: actions/checkout@v4 + uses: https://gitea.com/actions/actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: https://gitea.com/actions/actions/setup-node@v4 with: node-version: '18' cache: 'npm' # 启用npm缓存