croconut / godot-tester

A Github Action to handle testing Godot applications with GUT
MIT License
36 stars 14 forks source link

chore: Use Node 20 and `checkout@v4` #40

Closed jeremyckahn closed 1 year ago

jeremyckahn commented 1 year ago

This PR updates godot-tester to use Node 20 and checkout@v4. This primarily serves to avoid using deprecated components, but it also speeds up CI times considerably by avoiding a needless 60 second wait.

jeremyckahn commented 1 year ago

@RGonzalezTech thanks for reviewing this! I don't have permission to merge this. Is this something that you can do?

RGonzalezTech commented 1 year ago

@RGonzalezTech thanks for reviewing this! I don't have permission to merge this. Is this something that you can do?

Yeah, I can merge & release a new minor version later this week, unless @croconut beats me to it.

I'll try to handle tonight, but no promises 😅.

RGonzalezTech commented 1 year ago

Just released v5.1.

Thanks for the PR 👍