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"