From 8db3316b6fe3fcc9d0423a7d12c0392dda0a1d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:53:26 +0000 Subject: [PATCH] Bump pnpm/action-setup from 3 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v3.0.0...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backend-tests.yml | 2 +- .github/workflows/frontend-tests.yml | 2 +- .github/workflows/npmpublish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index ea6dacd..5272ea6 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -26,7 +26,7 @@ jobs: with: repository: ether/etherpad-lite path: etherpad-lite - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v6 name: Install pnpm with: version: 10 diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index a125701..b133ac9 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 with: repository: ether/etherpad-lite - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v6 name: Install pnpm with: version: 10 diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index a7cf474..34544a9 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v6 with: repository: ether/etherpad-lite - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 name: Install pnpm with: version: 10