From 4a3038b5cded1f0169b6cdfd5bf85eeaec84baac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 04:32:55 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 4 to 5 Bumps [pnpm/action-setup](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/pull_request.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a9135c8..6628e4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: with: node-version: lts/* - name: Setup PNPM - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: latest run_install: true diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index fbd608d..c2229ed 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -25,7 +25,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Setup PNPM - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: latest run_install: true @@ -54,7 +54,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Setup PNPM - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: latest run_install: true