Skip to content

Commit

Permalink
fix github actions CI by updating pnpm actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Seroxdesign committed Jul 5, 2024
1 parent c13f03b commit e706365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Setup Node & Install dependencies
runs:
using: composite
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8.15.1
version: 8.15.8

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit e706365

Please sign in to comment.