Skip to content

Commit 2d8d614

Browse files
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](pnpm/action-setup@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] <support@github.com>
1 parent bb3f14b commit 2d8d614

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Install Node.js
4747
with:
4848
node-version: ${{ matrix.node }}
49-
- uses: pnpm/action-setup@v6.0.9
49+
- uses: pnpm/action-setup@v6.0.10
5050
name: Install pnpm
5151
with:
5252
package_json_file: ./etherpad-lite/package.json

.github/workflows/frontend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: Install Node.js
3838
with:
3939
node-version: ${{ matrix.node }}
40-
- uses: pnpm/action-setup@v6.0.9
40+
- uses: pnpm/action-setup@v6.0.10
4141
name: Install pnpm
4242
with:
4343
package_json_file: ./etherpad-lite/package.json

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v7
3232
with:
3333
repository: ether/etherpad-lite
34-
- uses: pnpm/action-setup@v6.0.9
34+
- uses: pnpm/action-setup@v6.0.10
3535
name: Install pnpm
3636
with:
3737
run_install: false
@@ -73,7 +73,7 @@ jobs:
7373
# `pnpm version patch` bumps package.json, makes a commit, and creates
7474
# a `v<new-version>` tag. Capture the new tag name from package.json
7575
# rather than parsing pnpm's output, which has historically varied.
76-
# Bump the patch component directly with Node. pnpm/action-setup@v6.0.9
76+
# Bump the patch component directly with Node. pnpm/action-setup@v6.0.10
7777
# sometimes installs pnpm 11 pre-releases even when version: 10.x is
7878
# requested (pnpm/action-setup#225); those pre-releases either skip
7979
# the git commit/tag or reject --no-git-tag-version as unknown.

0 commit comments

Comments
 (0)