From 19b701d2d78446c4d3e48b7f33b604d49fef5b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:47:22 +0000 Subject: [PATCH] Bump pnpm/action-setup from 3 to 5 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v3.0.0...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/backend-tests.yml | 2 +- .github/workflows/frontend-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index ea6dacd..5102e30 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@v5 name: Install pnpm with: version: 10 diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index a125701..12ab961 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@v5 name: Install pnpm with: version: 10