dangoslen / changelog-enforcer

A simple GitHub action that enforces that a maintained changelog is kept up to date.
MIT License
56 stars 25 forks source link

Fix GitHub actions annotations #281

Closed Wissididom closed 8 months ago

Wissididom commented 8 months ago

This pull request fixes the following annotations: grafik

I moved to another action for creating the release as actions/create-release is archived (This repository has been archived by the owner on Mar 4, 2021. It is now read-only.). I also tested that in my fork by just inverting the if of the create-release job. Check https://github.com/Wissididom/changelog-enforcer/actions/runs/7870238132/job/21471131168?pr=2 for my test workflow.

To fix Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mindsers/changelog-reader-action@v2, actions/create-release@v1.1.4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. (or Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mindsers/changelog-reader-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. after the changes introduced with this PR) mindsers/changelog-reader-action would need to update their action first.

Wissididom commented 8 months ago

FYI: mindsers/changelog-reader-action updated their action from v2.2.2 to v2.2.3, so the second part of my description is not relevant anymore, I think, because you already use @v2.