From 0415df298e463f541b10e17908bc46f95d8b73e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 10:29:06 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 5.0.0 to 6.0.8 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5.0.0 to 6.0.8. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5.0.0...v6.0.8) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.8 dependency-type: direct:production update-type: version-update:semver-major ... 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 3e59f6d..f01cb68 100644 --- a/.github/workflows/push-docs.yml +++ b/.github/workflows/push-docs.yml @@ -31,7 +31,7 @@ jobs: package-manager-cache: false registry-url: https://registry.npmjs.org/ - - uses: pnpm/action-setup@v5.0.0 + - uses: pnpm/action-setup@v6.0.8 name: Install pnpm with: run_install: false