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 node24

Solution

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