From bc895c57ae0613b9b58bf783d4f117cedb99546b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:20:41 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v5 --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1907c6a..412e1e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v6 - name: PNPM - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: run_install: false diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 69cb650..fb1ae35 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - uses: actions/setup-node@v6 with: