eslint / markdown

Lint JavaScript code blocks in Markdown documents
MIT License
406 stars 63 forks source link

chore: bump setup-node and checkout actions to v4 in release workflow #239

Closed mdjermanovic closed 8 months ago

mdjermanovic commented 8 months ago

Updates the release-please workflow to use actions/checkout@v4 and actions/setup-node@v4.

The only breaking change in both is that the action itself runs in Node 20 instead of Node 16.