From 708d4b548003fbea3fcafce808e56316d58a0ce6 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Sun, 13 Oct 2024 19:11:03 +0900 Subject: [PATCH] chore(deps): Bump pnpm/action-setup to v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00c3bce4..28cf27a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 9 run_install: false @@ -90,7 +90,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 9 run_install: false