This pull request fixes the following annotations:
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.
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.
This pull request fixes the following annotations:
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/.
(orNode.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.