reposense/RepoSense

Deprecation warnings for publish-RepoSense

Opened this issue · 1 comments

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.

image

We can update the following actions in our GitHub workflows to remove these warnings:

  • actions/checkout@v2 to v4 using Node 20 and
  • peaceiris/actions-gh-pages@v3 to v4 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].