Skip to content

Commit fe02b34

Browse files
committed
docs: bump action-setup version in README
1 parent bee1f09 commit fe02b34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373

7474
steps:
75-
- uses: pnpm/action-setup@v3
75+
- uses: pnpm/action-setup@v4
7676
with:
7777
version: 8
7878
```
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- uses: actions/checkout@v4
9393

94-
- uses: pnpm/action-setup@v3
94+
- uses: pnpm/action-setup@v4
9595
with:
9696
version: 8
9797
run_install: |
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
node-version: 20
122122

123-
- uses: pnpm/action-setup@v3
123+
- uses: pnpm/action-setup@v4
124124
name: Install pnpm
125125
with:
126126
version: 8

0 commit comments

Comments
 (0)