abarichello / godot-ci

Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
https://hub.docker.com/r/barichello/godot-ci
MIT License
759 stars 133 forks source link

Update GH Action checkout to v4 #136

Closed HonKLam closed 3 months ago

HonKLam commented 9 months ago

So due to solving my previous problem #134 (thank you), I was able to finally setup the pipeline to export. However, I noticed some warning messages that popped up, stating that the checkout action this project uses is deprecated:

image

So I checked the link and it recommended to upgrade the checkout action to a newer release by just changing the version number

I tested it on my own project, changing the version number (exporting Windows + macOS) and it works perfectly fine now with the annotations being gone.

I'm not sure if there is anything in the other export platforms that stops them from using checkout v4, so feel free to correct me here, if it's not possible to upgrade!