Deprecation warnings for publish-RepoSense
Opened this issue · 1 comments
damithc commented
When using https://github.com/reposense/publish-RepoSense for deploying a RepoSense site on GitHub Actions, the following deprecation warnings appear after each GitHub Actions run.
ckcherry23 commented
We can update the following actions in our GitHub workflows to remove these warnings:
actions/checkout@v2
tov4
using Node 20 andpeaceiris/actions-gh-pages@v3
tov4
using Node 20
Let's also update RepoSense's Node version from v18 to v20 soon, as v18 is under maintenance and will reach end-of-life in April 2025 [Source].