You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe I am using the most recent version tj-actions/verify-changed-files@17. This command ran as expected this time last month, but this time it failing from:
build
Unable to resolve action `tj-actions/verify-changed-files@17`, unable to find version `17`
The most recent version is 17.1.0, does it no longer accept 17 as a version number like in the documentation?
Unable to resolve action `tj-actions/verify-changed-files@17`, unable to find version `17`
What OS are you seeing the problem on?
ubuntu-20.04
Expected behavior?
Github Actions does not recognize version 17, but ran as expected a month ago. Is the syntax different than the documentation to work with the newest release?
Relevant log output
##[debug]Starting: Set up job
Current runner version: '2.312.0'
Operating System
Runner Image
Runner Image Provisioner
GITHUB_TOKEN Permissions
Secret source: Actions
##[debug]Primary repository: unaschneck/pydar
Prepare workflow directory
##[debug]Creating pipeline directory: '/home/runner/work/pydar'##[debug]Creating workspace directory: '/home/runner/work/pydar/pydar'##[debug]Update context data##[debug]Evaluating job-level environment variables##[debug]Evaluating job container##[debug]Evaluating job service containers##[debug]Evaluating job defaults
Prepare all required actions
Getting action download info
Error: Unable to resolve action `tj-actions/verify-changed-files@17`, unable to find version `17`##[debug]GitHub.DistributedTask.WebApi.UnresolvableActionDownloadInfoException: Unable to resolve action `tj-actions/verify-changed-files@17`, unable to find version `17`##[debug] at GitHub.Services.WebApi.VssHttpClientBase.HandleResponseAsync(HttpResponseMessage response, CancellationToken cancellationToken)##[debug] at GitHub.Services.WebApi.VssHttpClientBase.SendAsync(HttpRequestMessage message, HttpCompletionOption completionOption, Object userState, CancellationToken cancellationToken)##[debug] at GitHub.Services.WebApi.VssHttpClientBase.SendAsync[T](HttpRequestMessage message, Object userState, CancellationToken cancellationToken)##[debug] at GitHub.Services.WebApi.VssHttpClientBase.SendAsync[T](HttpMethod method, IEnumerable`1 additionalHeaders, Guid locationId, Object routeValues, ApiResourceVersion version, HttpContent content, IEnumerable`1 queryParameters, Object userState, CancellationToken cancellationToken)##[debug] at GitHub.Runner.Worker.ActionManager.GetDownloadInfoAsync(IExecutionContext executionContext, List`1 actions)##[debug] at GitHub.Runner.Worker.ActionManager.GetDownloadInfoAsync(IExecutionContext executionContext, List`1 actions)##[debug] at GitHub.Runner.Worker.ActionManager.PrepareActionsRecursiveAsync(IExecutionContext executionContext, PrepareActionsState state, IEnumerable`1 actions, Int32 depth, Guid parentStepId)##[debug] at GitHub.Runner.Worker.ActionManager.PrepareActionsAsync(IExecutionContext executionContext, IEnumerable`1 steps, Guid rootStepId)##[debug] at GitHub.Runner.Worker.JobExtension.InitializeJob(IExecutionContext jobContext, AgentJobRequestMessage message)##[debug]Finishing: Set up job
Has all relevant logs been included?
I've included all relevant logs
Anything else?
Script generating the error, but script is not able to run since Github Actions does not recognize version 17
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Does this issue exist in the latest version?
Describe the bug?
I believe I am using the most recent version
tj-actions/verify-changed-files@17
. This command ran as expected this time last month, but this time it failing from:The most recent version is 17.1.0, does it no longer accept 17 as a version number like in the documentation?
To Reproduce
What OS are you seeing the problem on?
ubuntu-20.04
Expected behavior?
Github Actions does not recognize version 17, but ran as expected a month ago. Is the syntax different than the documentation to work with the newest release?
Relevant log output
Has all relevant logs been included?
Anything else?
Script generating the error, but script is not able to run since Github Actions does not recognize version 17
Code of Conduct
The text was updated successfully, but these errors were encountered: