From ef3d363099a895e79f8fe4fd6fa50a3c0343b578 Mon Sep 17 00:00:00 2001 From: fy Date: Mon, 13 Jan 2025 15:57:22 +0000 Subject: [PATCH] chore: bump submodules --- .github/workflows/auto-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index e4e60f6..568729d 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -224,8 +224,9 @@ jobs: uses: pnpm/action-setup@v4 if: ${{ steps.cache-ui-dist.outputs.cache-hit != 'true' }} with: - version: 9 + version: 10 run_install: false + - name: Install Node uses: actions/setup-node@v4 if: ${{ steps.cache-ui-dist.outputs.cache-hit != 'true' }}