Skip to content

Commit 979cba2

Browse files
authored
Merge pull request #69 from ether/dependabot/github_actions/pnpm/action-setup-5
Bump pnpm/action-setup from 3 to 5
2 parents 0af8e28 + 398c643 commit 979cba2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v5
3030
name: Install pnpm
3131
with:
3232
version: 8

.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@v6
1616
with:
1717
repository: ether/etherpad-lite
18-
- uses: pnpm/action-setup@v3
18+
- uses: pnpm/action-setup@v5
1919
name: Install pnpm
2020
with:
2121
version: 8

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919
with:
2020
repository: ether/etherpad-lite
21-
- uses: pnpm/action-setup@v3
21+
- uses: pnpm/action-setup@v5
2222
name: Install pnpm
2323
with:
2424
version: 8

0 commit comments

Comments
 (0)