Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 28, 2022
1 parent 958500f commit 99ecd24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: pnpm/action-setup@v2.1.0
- uses: pnpm/action-setup@v2.2.2
with:
version: 6.0.2
```
Expand All @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: pnpm/action-setup@v2.1.0
- uses: pnpm/action-setup@v2.2.2
with:
version: 6.0.2
run_install: |
Expand Down

0 comments on commit 99ecd24

Please sign in to comment.