janl / mustache.js

Minimal templating with {{mustaches}} in JavaScript
https://mustache.github.io
MIT License
16.37k stars 2.4k forks source link

Upgrade modules used in github actions to latest supported versions #829

Open lucas42 opened 1 month ago

lucas42 commented 1 month ago

I noticed the github action workflows were displaying a lot of deprecation warnings. Upgrading these modules should remove those warnings and ensure the CI jobs are running on supported version.

lucas42 commented 1 month ago

Note: merging this pull request separately may cause conflicts with other pull requests I've raised. I'd recommend only merging #837, which combines several upgrades in a single place.