如何修复 Gitea CI 错误:The runs.using key in action.yml must be one of: [composite docker node12 node16 node20 go], got node24

问题

在 Gitea CI/CD 流水线中,你可能会遇到以下错误消息:

gitea_ci_error.txt
The runs.using key in action.yml must be one of: [composite docker node12 node16 node20 go], got node24

解决方案

出现此问题的原因是你的 gitea runneract)版本过旧。可以通过将 runner 更新到最新版本来解决。


Check out similar posts by category: Gitea