mirror of
https://github.com/nektos/act.git
synced 2026-04-26 17:35:49 +03:00
[GH-ISSUE #2050] Error: The runs.using key in action.yml must be one of: [composite docker node12 node16], got node20 #983
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#983
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @darklight147 on GitHub (Oct 17, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/2050
Bug report info
Command used with act
Describe issue
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@Aya-Inocentes commented on GitHub (Oct 24, 2023):
Hello, bumping this issue,
I'm using the actions/create-github-app-token@v1
@stefan-enveritas commented on GitHub (Oct 25, 2023):
In my case it was an action that was using node20. Check for the
runs.usingarg in the actions'action.yml@kpeters-cbsi commented on GitHub (Dec 6, 2023):
This was fixed for me by updating to
act0.2.55@liranbg commented on GitHub (Dec 28, 2023):
confirming. works on my end as well
@darklight147 commented on GitHub (Mar 3, 2024):
Fixed on 0.2.55
@danielgoodwin97 commented on GitHub (Mar 11, 2024):
If anyone else runs into something like this, it turns out I had an ancient version of act which I had previously installed a long time ago. Try updating.
@aminya commented on GitHub (Apr 27, 2024):
This fixed the issue for me:
@maxiride commented on GitHub (Mar 18, 2025):
Passing by since I just encountered the same error message. act installed through scoop and chocolatey fails with:
However, when running it as a github cli extension everything works fine. Since I got the job done I didn't investigate further, from what I experienced is seems like not all act binaries are built equally.
My Dockerfile as of today.
@sharq88 commented on GitHub (Feb 9, 2026):
I was getting the same despite a newer version:
==> Upgrading act
0.2.74->0.2.84fixed it for me too.