From a8f2fd474179841aaaa283940677eaf4a94ffa60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:05:18 +0000 Subject: [PATCH] Bump pnpm/action-setup from 4.1.0 to 6.0.5 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.1.0 to 6.0.5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.1.0...v6.0.5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pages-deployment.yaml | 2 +- .github/workflows/trunk.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages-deployment.yaml b/.github/workflows/pages-deployment.yaml index 5c74ad55e..975b224bd 100644 --- a/.github/workflows/pages-deployment.yaml +++ b/.github/workflows/pages-deployment.yaml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - name: "📦 Setup pnpm" - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v6.0.5 - name: "⎔ Setup node" uses: actions/setup-node@v4.3.0 with: diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index cdde6fb77..f5aa7f1da 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -94,7 +94,7 @@ jobs: run: echo ${{ inputs.get_dependencies }} - if: ${{ inputs.pnpm_arguments }} name: "📦 Setup pnpm" - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v6.0.5 - if: ${{ inputs.pnpm_arguments }} name: "⎔ Setup node" uses: actions/setup-node@v4.3.0