Skip to content

Commit e82bbee

Browse files
committed
updated pnpm/action-setup to v4
1 parent e752d4f commit e82bbee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: pnpm/action-setup@v3
28+
- uses: pnpm/action-setup@v4
2929
with:
30-
version: 8
30+
version: 9
3131
- name: Setup Node
3232
uses: actions/setup-node@v4
3333
with:

0 commit comments

Comments
 (0)