github: update the github-action versions to fix some warnings about nodejs-20 instead of nodejs-24 - #400
Conversation
…bout nodejs-20 instead of nodejs-24.
|
I'd recommend setting up dependabot to automate these upgrades. It now supports arbitrary cooldown periods so you can easily exclude too-new versions. |
|
@neutrinoceros : thanks for the suggestion. We don’t believe that the GitHub Actions and Python dependencies are so crucial to the project that they necessitate a dependabot, so we will continue to perform manual updates. |
|
@svalat : there are a bunch of warning |
|
If you want to keep doing them manually I recommend pinact (or gha-update) |
|
|
Target
Try to avoid the warning about NodeJS-20 instead of NodeJS-24 in github actions.
In theory updating the versions of the action libraries used in the project should avoid the warning.
I updated to last release available :
Pointers
Migration to NodeJS-24 is effective since 16 june 2026 : https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Warning solved
Still
The port to NodeJS-24 is not yet done "a priori" for
pre-commit-ci/lite-actionso the upgrade do not solve it. To be seen later.