Skip to content

Commit

Permalink
docs: bump action-setup version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 7, 2024
1 parent bee1f09 commit fe02b34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8
```
Expand All @@ -91,7 +91,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8
run_install: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
with:
node-version: 20

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
Expand Down

0 comments on commit fe02b34

Please sign in to comment.