From c0d92c670475615043a6859ed785ae8a02eefb8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 17:22:51 +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/baseimage.yaml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/baseimage.yaml b/.github/workflows/baseimage.yaml index 943b90f2af5..4e4e35de0e1 100644 --- a/.github/workflows/baseimage.yaml +++ b/.github/workflows/baseimage.yaml @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 with: version: latest - name: Docker build diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0fcb316715f..4f8969bc2b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -670,7 +670,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 with: version: latest - name: Cache node modules