From e88d3565b334cddc6c2c19340d2c5251ad9d3497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:11:56 +0000 Subject: [PATCH] Bump pnpm/action-setup from 4 to 5 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...v5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '5' 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 4dd7853..319c3b1 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@v4 + - uses: pnpm/action-setup@v5 with: version: latest - uses: actions/setup-node@v6