From 9307d32e4ff615c03a44c82914b4d4da70a61727 Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:19:46 +0800 Subject: [PATCH] update version --- .github/actions/setup-web/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-web/action.yml b/.github/actions/setup-web/action.yml index cf4b70843a..9debd3f3a1 100644 --- a/.github/actions/setup-web/action.yml +++ b/.github/actions/setup-web/action.yml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Setup Vite+ - uses: voidzero-dev/setup-vp@fd19e0626188613eec92a77e875180c6445b56ba # v1.2.0 + uses: voidzero-dev/setup-vp@906b5821fc79472a80264736a266e06643cca1fc # v1.2.1 with: node-version-file: web/.nvmrc cache: true