From 22d78b1ac2fb4938b0846c5e9b4271f6c21adf59 Mon Sep 17 00:00:00 2001 From: jill64 Date: Fri, 5 Jul 2024 05:24:56 +0900 Subject: [PATCH] chore: update pnpm action-setup to v4 --- .github/workflows/wraith-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wraith-ci.yml b/.github/workflows/wraith-ci.yml index c8a7234f..531752de 100644 --- a/.github/workflows/wraith-ci.yml +++ b/.github/workflows/wraith-ci.yml @@ -34,7 +34,7 @@ jobs: registry-url: https://registry.npmjs.org/ - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: latest run_install: |