Skip to content

Error: Parameter using node16 is not supported, use docker or node12 instead  #711

Open
@ogomozov-godaddy

Description

@ogomozov-godaddy

Update to commit a12a394 (March 01) via dependabot caused error in this action
I believe it is somehow related to actions\runner, which is likely throws this error and being used by actions\checkout
Here is our code for this action:

   - name: Checkout Current Repo
        uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846

Here is the log

Download action repository 'actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846' (SHA:a12a3943b4bdde767164f792f33f40b04645d846)
Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node16' is not supported, use 'docker' or 'node12' instead.')
   at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
   at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
Error: Fail to load actions/checkout/a12a3943b4bdde767164f792f33f40b04645d846/action.yml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions