Skip to content

Commit 44cbafd

Browse files
Bump pnpm/action-setup to v4 (#58)
1 parent 6046791 commit 44cbafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
echo "VERSION=$VERSION" >> $GITHUB_ENV
5858
- name: Setup PNPM
5959
if: ${{ env.PACKAGE_MANAGER == 'pnpm' }}
60-
uses: pnpm/action-setup@v3
60+
uses: pnpm/action-setup@v4
6161
with:
6262
version: ${{ env.VERSION }}
6363
package_json_file: "${{ inputs.path }}/package.json"

0 commit comments

Comments
 (0)