How to fix Gitea CI error: The runs.using key in action.yml must be one of: [composite docker node12 node16 node20 go], got node24
Problem
In your Gitea CI/CD pipeline, you encounter the following error message:
example.txt
The runs.using key in action.yml must be one of: [composite docker node12 node16 node20 go], got node24Solution
The issue occurs because your gitea runner (act) is outdated. You can resolve this by updating the runner to the latest version.
Check out similar posts by category:
Gitea
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow