diff --git a/action.yml b/action.yml index 84e7f62..79b8ebd 100644 --- a/action.yml +++ b/action.yml @@ -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 }}