From 76e886f77b1f96fba32ea37871db194ebddb348a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 11:06:24 +0000 Subject: [PATCH] Bump pnpm/action-setup from 4 to 6.0.8 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6.0.8. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...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/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index d274a1b..f0e8ad3 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v6.0.3 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6.0.8 - name: Set up Node.js uses: actions/setup-node@v4