From bd05bd676a002cd9652fef8443880d491371ef6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:22:43 +0000 Subject: [PATCH] build(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 | 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 19c655a4c27..d74e9333d2d 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 + - uses: pnpm/action-setup@v6.0.9 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 + - uses: pnpm/action-setup@v6.0.9 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 + - uses: pnpm/action-setup@v6.0.9 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 + - uses: pnpm/action-setup@v6.0.9 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 0733c08e424..514285c125e 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 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm with: run_install: false diff --git a/.github/workflows/deb-package.yml b/.github/workflows/deb-package.yml index 3825852ff41..c6433e2686a 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 + - uses: pnpm/action-setup@v6.0.9 - name: Setup Node uses: actions/setup-node@v7 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e31387a75a7..d7b2efafb6c 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 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm with: run_install: false diff --git a/.github/workflows/downstream-smoke.yml b/.github/workflows/downstream-smoke.yml index 08208f882ae..57e108f1717 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 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm with: run_install: false diff --git a/.github/workflows/frontend-admin-tests.yml b/.github/workflows/frontend-admin-tests.yml index 9283eb5daf6..a45e43b9cb5 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 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm with: run_install: false diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index c948082c855..07c0ea4d8eb 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 + - uses: pnpm/action-setup@v6.0.9 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 + - uses: pnpm/action-setup@v6.0.9 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 + - uses: pnpm/action-setup@v6.0.9 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 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm with: run_install: false diff --git a/.github/workflows/handleRelease.yml b/.github/workflows/handleRelease.yml index ee71ae696fe..88bbf66f4d2 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 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm with: run_install: false diff --git a/.github/workflows/load-test.yml b/.github/workflows/load-test.yml index c5b5dbcb909..326f55e5621 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 + - uses: pnpm/action-setup@v6.0.9 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 + - uses: pnpm/action-setup@v6.0.9 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 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm with: run_install: false diff --git a/.github/workflows/perform-type-check.yml b/.github/workflows/perform-type-check.yml index c4602f13e3b..73b3b78cbb6 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 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm with: run_install: false diff --git a/.github/workflows/rate-limit.yml b/.github/workflows/rate-limit.yml index 9d7671765d4..bb38400a89b 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 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm with: run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e27607b257..dee720d567d 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 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm with: run_install: false diff --git a/.github/workflows/releaseEtherpad.yml b/.github/workflows/releaseEtherpad.yml index a80b4a20712..aada024fc22 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 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm with: run_install: false diff --git a/.github/workflows/update-plugins.yml b/.github/workflows/update-plugins.yml index 33f463fd447..b1391fb1f3e 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 + - uses: pnpm/action-setup@v6.0.9 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 5528b7f9414..7483186697c 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 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm with: run_install: false