From 636da54b5b362c7df147ccc90d3cc332e35d33f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 17:46:16 +0000 Subject: [PATCH] Bump pnpm/action-setup from 6 to 6.0.5 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6 to 6.0.5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6...v6.0.5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/zola.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zola.yml b/.github/workflows/zola.yml index 25d6cc1..2b67fdf 100644 --- a/.github/workflows/zola.yml +++ b/.github/workflows/zola.yml @@ -32,7 +32,7 @@ jobs: - run: sudo apt-get update - run: sudo apt-get install -y fonts-sixtyfour - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v6.0.5 with: version: latest - uses: actions/setup-node@v6