Skip to content

Commit

Permalink
Bump pnpm/action-setup to v3 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
zettca committed May 10, 2024
1 parent acfe56d commit 54c6210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Setup PNPM
if: ${{ env.PACKAGE_MANAGER == 'pnpm' }}
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: ${{ env.VERSION }}

Expand Down

0 comments on commit 54c6210

Please sign in to comment.