sparkle-project / Sparkle

A software update framework for macOS
https://sparkle-project.org
Other
7.34k stars 1.04k forks source link

Update GHA libraries to use modern NodeJS runtime #2451

Closed jozefizso closed 10 months ago

jozefizso commented 10 months ago

As the node12 runtime is deprecated by GitHub Actions this PR updates workflow actions to latest versions which use node16 and/or node20.

The PR comment action was changed to use the GITHUB_TOKEN with pull-requests: write permission instead of the BOT PAT.

Fixes # (issue)

Misc Checklist

Testing

I tested and verified my change by using one or multiple of these methods:

Tested on GitHub Actions.

zorgiepoo commented 10 months ago

Thank you. Ran tests with the archive being uploaded and warnings being posted in #2456.