nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://www.get-notes.com
Mozilla Public License 2.0
3.6k stars 316 forks source link

CI: Update actions to get rid of deprecation messages #667

Closed guihkx closed 4 months ago

guihkx commented 4 months ago

Basically, the previous versions of these actions were using Node 16, which is officially EOL and in process of deprecation by GitHub Actions:

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/