From 26c169bc9ed0b7313fa7936e46d5f1071dfd2677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 09:31:57 +0000 Subject: [PATCH] Bump pnpm/action-setup from 4.1.0 to 6.0.1 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.1.0 to 6.0.1. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.1.0...v6.0.1) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.1 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..9662c7cf2 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.1 - 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..dfd43716b 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.1 - if: ${{ inputs.pnpm_arguments }} name: "⎔ Setup node" uses: actions/setup-node@v4.3.0