From 859aa90b673a3ac254be38b9bdfcde0c12824e9f Mon Sep 17 00:00:00 2001 From: mayintao3 Date: Wed, 25 Sep 2024 20:34:01 +0800 Subject: [PATCH] feat: use checkout v4 --- .github/workflows/CI.yml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9a999b4..6af5662 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -257,7 +257,12 @@ jobs: - '18' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v4 + - name: Setup pnpm + uses: pnpm/action-setup@v3.0.0 + with: + version: 9 - name: Download artifacts uses: actions/download-artifact@v3 with: @@ -291,7 +296,12 @@ jobs: - build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v4 + - name: Setup pnpm + uses: pnpm/action-setup@v3.0.0 + with: + version: 9 - name: Download artifacts uses: actions/download-artifact@v3 with: @@ -329,7 +339,12 @@ jobs: - '18' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v4 + - name: Setup pnpm + uses: pnpm/action-setup@v3.0.0 + with: + version: 9 - name: Download artifacts uses: actions/download-artifact@v3 with: