Skip to content

Commit

Permalink
fix pnpm/action-setup error
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jul 12, 2024
1 parent e8e40be commit dc5ddc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git config --global user.email "${{ github.triggering_actor }}@users.noreply.github.com"
- name: Setup PNPM
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.1
with:
version: 8.6.3

Expand Down

0 comments on commit dc5ddc2

Please sign in to comment.