godotengine / godot-cpp-template

Quickstart template for GDExtension development with Godot
https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/what_is_gdextension.html
The Unlicense
145 stars 55 forks source link

Node.js 16 actions are deprecated. #31

Closed Atlinx closed 5 months ago

Atlinx commented 6 months ago

Godot version

v4.2

godot-cpp version

Latest

System information

Windows 11

Issue description

The github actions workflow uses Node.js 16 actions, which are deprecated. All the deprecated packages should have newer versions that use Node.js 20, so you can fix this by using the latest versions of every package.

paddy-exe commented 6 months ago

Hey there, could you please provide the names of the actions that would be outdated?

Atlinx commented 6 months ago

The deprecated actions are shown on GitHub Actions when running the workflow. These actions include actions/checkout@v3, actions/setup-java@v3, actions/setup-python@v4, actions/cache@v3, and actions/upload-artifact@v3