From 7d64c4c86b09335ee2e8f2eca2bd1d2e2a84e5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 09:45:42 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 4.1.0 to 4.2.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-docs.yml b/.github/workflows/push-docs.yml index 04a96bb1..353de491 100644 --- a/.github/workflows/push-docs.yml +++ b/.github/workflows/push-docs.yml @@ -33,7 +33,7 @@ jobs: package-manager-cache: false registry-url: https://registry.npmjs.org/ - - uses: pnpm/action-setup@v4.1.0 + - uses: pnpm/action-setup@v4.2.0 name: Install pnpm with: run_install: false