From 43a42d8500a30a16381f4cbc7ffcc0d038c331ee Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Tue, 6 Feb 2024 00:42:02 +0800 Subject: [PATCH] ci: update actions --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfbc51de..ac556f4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Install - uses: NullVoxPopuli/action-setup-pnpm@v2 + uses: wyvox/action-setup-pnpm@v3 with: node-version: 20 pnpm-version: 8 @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v4.1.1 - uses: superfly/flyctl-actions/setup-flyctl@master - name: Install - uses: NullVoxPopuli/action-setup-pnpm@v2 + uses: wyvox/action-setup-pnpm@v3 with: node-version: 20 pnpm-version: 8 @@ -91,7 +91,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Install - uses: NullVoxPopuli/action-setup-pnpm@v2 + uses: wyvox/action-setup-pnpm@v3 with: node-version: 20 pnpm-version: 8