Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actions/checkout@v3 #1772

Closed
sesa766683 opened this issue Jun 12, 2024 · 1 comment
Closed

actions/checkout@v3 #1772

sesa766683 opened this issue Jun 12, 2024 · 1 comment

Comments

@sesa766683
Copy link

I am using actions/checkout@v3 in self-hosted runner in checkout task getting below error:

Kindly help me to resolve this issue

Error: File was unable to be removed Error: EBUSY: resource busy or locked, rmdir 'D:\actions-runner_work_temp\a2a6d78f-6fe3-4933-8e23-8053d64c1297'
at Object. (D:\actions-runner_work_actions\actions\checkout\v3\dist\index.js:5982:19)
at Generator.throw ()
at rejected (D:\actions-runner_work_actions\actions\checkout\v3\dist\index.js:5876:65)

@cory-miller
Copy link
Contributor

You tend to get these kinds of messages when having something on the OS locks files checked out, like a virus scanner for example. Please take a look at your settings and see what you can configure or do to prevent the scanner from running when actions/checkout attempts to perform post-job steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants