mikepenz/action-junit-report

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

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.

@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 - to be sure, do I need to update act?

@renepyo that question is best raised in the nektos/act repository.

But I suppose you will have to update the used action docker container