From 2071591fca75968364bf002fc9c46f5b1af9cdaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E7=99=BD=E5=BD=AC?= <30487257+cumt-robin@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:05:29 +0800 Subject: [PATCH] ci: Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ce06ca..217f2d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,9 +21,9 @@ jobs: node-version: 18 - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v4.0.0 with: - version: 9.x + version: 9.4.0 - name: Install Dependencies run: |