From 512e42a9946cd23b819489ef6a7a0df4ecb38eab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 12:46:02 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v5 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/publish.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61aaed7..75468bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: node-version: 20 - - uses: pnpm/action-setup@v4.4.0 + - uses: pnpm/action-setup@v5.0.0 with: version: 10.20.0 @@ -54,7 +54,7 @@ jobs: with: node-version: ${{ matrix.node }} - - uses: pnpm/action-setup@v4.4.0 + - uses: pnpm/action-setup@v5.0.0 with: version: 10.20.0 @@ -82,7 +82,7 @@ jobs: with: node-version: 20 - - uses: pnpm/action-setup@v4.4.0 + - uses: pnpm/action-setup@v5.0.0 with: version: 10.20.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8f989cd..d3fc7e4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - - uses: pnpm/action-setup@v4.4.0 + - uses: pnpm/action-setup@v5.0.0 with: version: 10.20.0