From 8511c71ea553107681f3c3694719544b67853e9d Mon Sep 17 00:00:00 2001 From: Jhonton Chen <504071088@qq.com> Date: Wed, 8 Apr 2026 13:52:22 +0800 Subject: [PATCH] =?UTF-8?q?'=E4=BF=AE=E5=A4=8D=E8=84=9A=E6=9C=AC=E6=BA=90'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f5ae0e7..96f3c65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,16 +11,16 @@ jobs: steps: # 1. Checkout code - name: Checkout Code - uses: https://gitee.com/mirror-actions/checkout + uses: https://gitee.com/mirror-actions/checkout@v4 # 2. Install pnpm (Node >= 20) - name: Install pnpm - uses: https://gitee.com/youtellme/pnpm-action-setup + uses: https://gitee.com/youtellme/pnpm-action-setup@v2 with: version: 8 # Alternatively use latest - name: Set Up Node.js - uses: https://gitee.com/mirror-actions/setup-node + uses: https://gitee.com/mirror-actions/setup-node@v4 with: node-version: 20 cache: "pnpm"