eslint / markdown

Lint JavaScript code blocks in Markdown documents
MIT License
391 stars 60 forks source link

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

Closed mdjermanovic closed 6 months ago

mdjermanovic commented 6 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.