Skip to content

Commit

Permalink
Bump pnpm/action-setup to v4 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
circle-hotaru authored Sep 2, 2024
1 parent 6046791 commit 44cbafd
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@v3
uses: pnpm/action-setup@v4
with:
version: ${{ env.VERSION }}
package_json_file: "${{ inputs.path }}/package.json"
Expand Down

0 comments on commit 44cbafd

Please sign in to comment.