serenity-rs / songbird

An async Rust library for the Discord voice API
ISC License
384 stars 110 forks source link

Chore(workflows): Update checkout action from v2 to v3 #175

Closed jontze closed 1 year ago

jontze commented 1 year ago

This change was done as the v2 version still used the node v12 runtime. This runtime is deprecated by github. There are no other breaking changes done by the action. With the update to v3 now node v16 is used as runtime for the action.

You can read more about the changes from v2 to v3 here: https://github.com/actions/checkout/releases/tag/v3.0.0

Thanks for the cool project. I really enjoy serenity and songbird! :heart:

There are a few other deprecated actions in the workflows. I plan to update these as well in other PRs.