mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Bump various GitHub Actions versions to move away from those using the deprecated node.js 12 runtime, and so remove the warnings. For the coveralls action, I switched to just `@v2`, per their example docs and as we do for most actions, instead of major.minor.patch. For Golang, update one 1.16 to 1.19, and quote the remaining unquoted instances, even though they had `.x` in there so had to parse as strings, because we're just switching to always-quoting for consistency.