From 5c5694535bbb54341a89ccf1c7a5f381515e6c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:22:49 +0000 Subject: [PATCH] Bump pnpm/action-setup from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `pnpm/action-setup` from 4 to 5 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...v5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/node.js.yml | 2 +- .github/workflows/size-limit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ca4d7ba..c7d4430 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -24,7 +24,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Use pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - run: pnpm install --no-frozen-lockfile - run: pnpm lint - run: pnpm test diff --git a/.github/workflows/size-limit.yml b/.github/workflows/size-limit.yml index ddb5eb6..139827a 100644 --- a/.github/workflows/size-limit.yml +++ b/.github/workflows/size-limit.yml @@ -27,7 +27,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Use pnpm and install dependencies - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - run: pnpm install --no-frozen-lockfile