act error: Error: The runs.using key in action.yml must be one of: [composite docker node12 node16], got node20
renepyo opened this issue · 4 comments
renepyo commented
When using mikepenz/action-junit-report@v4
act -j build complains about the following:
Error: The runs.using key in action.yml must be one of: [composite docker node12 node16], got node20
It works for v3 though.
mikepenz commented
@renepyo seems act requires to be updated. -> nektos/act#1988
GitHub actions retrieved support for node20
around 1 month ago, which this action uses now.
mikepenz commented
But I suppose you will have to update the used action docker container