I am getting the following error on our corporate GHES after the update to v2.1.0:
Download action repository 'actions/setup-go@v5' (SHA:d35c59abb061a4a6fb18e82ac0862c26744d6ab5)
Download action repository 'actions/create-github-app-token@v2' (SHA:0f859bf9e69e887678d5bbfbee594437cb440ffe)
Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node24' is not supported, use 'docker', 'node12', 'node16' or 'node20' 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: Failed to load actions/create-github-app-token/v2/action.yml
Downgrading to v2.0.6 works.
Is there a way to revert to node20 in the workflow config?