From 8be7088c2bc61db01abf981378f641d209f32bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 15:23:29 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 6.0.9 to 6.0.10 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.9 to 6.0.10. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.9...v6.0.10) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/backend-tests.yml | 8 ++++---- .github/workflows/build-and-deploy-docs.yml | 2 +- .github/workflows/deb-package.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/downstream-smoke.yml | 2 +- .github/workflows/frontend-admin-tests.yml | 2 +- .github/workflows/frontend-tests.yml | 8 ++++---- .github/workflows/handleRelease.yml | 2 +- .github/workflows/load-test.yml | 6 +++--- .github/workflows/perform-type-check.yml | 2 +- .github/workflows/rate-limit.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/releaseEtherpad.yml | 2 +- .github/workflows/update-plugins.yml | 2 +- .github/workflows/upgrade-from-latest-release.yml | 2 +- 15 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index d74e9333d2d..44c0bdaaf45 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -40,7 +40,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false @@ -96,7 +96,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false @@ -176,7 +176,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false @@ -242,7 +242,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false diff --git a/.github/workflows/build-and-deploy-docs.yml b/.github/workflows/build-and-deploy-docs.yml index 514285c125e..f9f4cbb6550 100644 --- a/.github/workflows/build-and-deploy-docs.yml +++ b/.github/workflows/build-and-deploy-docs.yml @@ -51,7 +51,7 @@ jobs: key: ${{ runner.os }}-vitepress-${{ hashFiles('doc/**/*.md', 'doc/.vitepress/config.*') }} restore-keys: | ${{ runner.os }}-vitepress- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false diff --git a/.github/workflows/deb-package.yml b/.github/workflows/deb-package.yml index c6433e2686a..fe1e0e4dcff 100644 --- a/.github/workflows/deb-package.yml +++ b/.github/workflows/deb-package.yml @@ -66,7 +66,7 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 - name: Setup Node uses: actions/setup-node@v7 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index da99f87abe5..46d5dd7394c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -49,7 +49,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false diff --git a/.github/workflows/downstream-smoke.yml b/.github/workflows/downstream-smoke.yml index 57e108f1717..62ce0f41ae3 100644 --- a/.github/workflows/downstream-smoke.yml +++ b/.github/workflows/downstream-smoke.yml @@ -36,7 +36,7 @@ jobs: restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false diff --git a/.github/workflows/frontend-admin-tests.yml b/.github/workflows/frontend-admin-tests.yml index a45e43b9cb5..e0a09e3d5ad 100644 --- a/.github/workflows/frontend-admin-tests.yml +++ b/.github/workflows/frontend-admin-tests.yml @@ -35,7 +35,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index 07c0ea4d8eb..1cedadf7dc7 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -35,7 +35,7 @@ jobs: key: ${{ runner.os }}-playwright-${{ hashFiles('src/package.json', 'pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-playwright- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false @@ -107,7 +107,7 @@ jobs: key: ${{ runner.os }}-playwright-${{ hashFiles('src/package.json', 'pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-playwright- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false @@ -183,7 +183,7 @@ jobs: key: ${{ runner.os }}-playwright-${{ hashFiles('src/package.json', 'pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-playwright- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false @@ -284,7 +284,7 @@ jobs: key: ${{ runner.os }}-playwright-${{ hashFiles('src/package.json', 'pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-playwright- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false diff --git a/.github/workflows/handleRelease.yml b/.github/workflows/handleRelease.yml index 88bbf66f4d2..86b8cba14b5 100644 --- a/.github/workflows/handleRelease.yml +++ b/.github/workflows/handleRelease.yml @@ -35,7 +35,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false diff --git a/.github/workflows/load-test.yml b/.github/workflows/load-test.yml index 326f55e5621..46af0921c05 100644 --- a/.github/workflows/load-test.yml +++ b/.github/workflows/load-test.yml @@ -32,7 +32,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false @@ -70,7 +70,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false @@ -133,7 +133,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false diff --git a/.github/workflows/perform-type-check.yml b/.github/workflows/perform-type-check.yml index 73b3b78cbb6..1a3957a854e 100644 --- a/.github/workflows/perform-type-check.yml +++ b/.github/workflows/perform-type-check.yml @@ -32,7 +32,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false diff --git a/.github/workflows/rate-limit.yml b/.github/workflows/rate-limit.yml index bb38400a89b..d2aac04bfeb 100644 --- a/.github/workflows/rate-limit.yml +++ b/.github/workflows/rate-limit.yml @@ -35,7 +35,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dee720d567d..d328dbc83c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false diff --git a/.github/workflows/releaseEtherpad.yml b/.github/workflows/releaseEtherpad.yml index aada024fc22..a3312cb6601 100644 --- a/.github/workflows/releaseEtherpad.yml +++ b/.github/workflows/releaseEtherpad.yml @@ -61,7 +61,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false diff --git a/.github/workflows/update-plugins.yml b/.github/workflows/update-plugins.yml index b1391fb1f3e..697f75e7729 100644 --- a/.github/workflows/update-plugins.yml +++ b/.github/workflows/update-plugins.yml @@ -18,7 +18,7 @@ jobs: - name: Check out etherpad-lite uses: actions/checkout@v7 - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false diff --git a/.github/workflows/upgrade-from-latest-release.yml b/.github/workflows/upgrade-from-latest-release.yml index 7483186697c..f7615decce0 100644 --- a/.github/workflows/upgrade-from-latest-release.yml +++ b/.github/workflows/upgrade-from-latest-release.yml @@ -45,7 +45,7 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false