From 826e378b4e7cebf6d51613ad748fc99dc47e76f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 06:22:13 +0000 Subject: [PATCH] chore(deps): Bump pnpm/action-setup from 4.2.0 to 4.4.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.2.0...v4.4.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9a7762ba..9be9551e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -146,7 +146,7 @@ jobs: package-manager-cache: false # must not usecaches. we want the latest, always - name: setup pnpm ## see https://github.com/pnpm/action-setup - uses: pnpm/action-setup@v4.2.0 + uses: pnpm/action-setup@v4.4.0 with: version: ${{ matrix.pnpm-version }} - name: install project