From 768a3b783a99a9214a6483d4294533698c772001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 11:37:38 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 6.0.3 to 6.0.5 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.3 to 6.0.5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.3...v6.0.5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 216ea98..6110194 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@v6.0.3 + - uses: pnpm/action-setup@v6.0.5 name: Install pnpm with: run_install: false