Skip to content

Commit

Permalink
chore: update action-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Jul 3, 2024
1 parent e0c3d92 commit edc0cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
persist-credentials: false

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: install-pnpm
id: pnpm-install
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
persist-credentials: false

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: install-pnpm
id: pnpm-install
with:
Expand Down

0 comments on commit edc0cb1

Please sign in to comment.