DefinitelyTyped / dt-mergebot

The bot which handles auto-merging your PRs
https://devblogs.microsoft.com/typescript/changes-to-how-we-manage-definitelytyped/
MIT License
112 stars 44 forks source link

Update github actions to their latest version #456

Closed stof closed 1 year ago

stof commented 1 year ago

This avoids using the deprecated node 12.x runtime.

orta commented 1 year ago

All of these have the node version defined as 14 (you can see in the diff) -- the changes are probably harmless though

stof commented 1 year ago

I'm not talking about the version of node installed with setup-node, but about the runtime used by the actions themselves: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

orta commented 1 year ago

Great, makes sense to me - thanks