Skip to content

Commit 5d80e12

Browse files
Bump pnpm/action-setup from 3 to 6
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v3.0.0...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 323383c commit 5d80e12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
repository: ether/etherpad-lite
2828
path: etherpad-lite
29-
- uses: pnpm/action-setup@v3
29+
- uses: pnpm/action-setup@v6
3030
name: Install pnpm
3131
with:
3232
version: 10

.github/workflows/frontend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
repository: ether/etherpad-lite
18-
- uses: pnpm/action-setup@v3
18+
- uses: pnpm/action-setup@v6
1919
name: Install pnpm
2020
with:
2121
version: 10

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v6
3232
with:
3333
repository: ether/etherpad-lite
34-
- uses: pnpm/action-setup@v5
34+
- uses: pnpm/action-setup@v6
3535
name: Install pnpm
3636
with:
3737
version: 10

0 commit comments

Comments
 (0)