From 81236874761931a2cac53731c4c33ae4695a8fdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 08:52:30 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 6 to 6.0.9 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6...v6.0.9) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/backend-tests.yml | 2 +- .github/workflows/frontend-tests.yml | 2 +- .github/workflows/npmpublish.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index f3490ec..5b433dc 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 + - uses: pnpm/action-setup@v6.0.9 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 27f8035..d9282c4 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 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm with: package_json_file: ./etherpad-lite/package.json diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index f05c836..5c1f265 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 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm with: run_install: false @@ -72,7 +72,7 @@ jobs: pnpm i --frozen-lockfile # Bump the patch component directly with Node. pnpm's own # `version patch` behaviour is inconsistent across the pre-release - # channels that pnpm/action-setup@v6 sometimes installs even + # channels that pnpm/action-setup@v6.0.9 sometimes installs even # when `version: 10.x` is requested (see pnpm/action-setup#225) — # some flags (--no-git-tag-version, --no-commit-hooks) were # dropped, some variants skip the git commit or tag. Doing it in