From 7ac5aae72100e2d74128b81d9c5e814045af95f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 23:12:32 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 6.0.10 to 6.1.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.10 to 6.1.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.10...v6.1.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 df25132..6543025 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -30,7 +30,7 @@ jobs: name: Install Node.js with: node-version: 25 - - uses: pnpm/action-setup@v6.0.10 + - uses: pnpm/action-setup@v6.1.0 name: Install pnpm with: package_json_file: ./etherpad-lite/package.json diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index 022be9f..f4006e2 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -20,7 +20,7 @@ jobs: name: Install Node.js with: node-version: 25 - - uses: pnpm/action-setup@v6.0.10 + - uses: pnpm/action-setup@v6.1.0 name: Install pnpm with: package_json_file: ./etherpad-lite/package.json diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index e95b77c..2471127 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v7 with: repository: ether/etherpad-lite - - uses: pnpm/action-setup@v6.0.10 + - uses: pnpm/action-setup@v6.1.0 name: Install pnpm with: run_install: false