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

checkout@v4 occasionally stuck on checkout #1559

Open
jaronoff97 opened this issue Nov 29, 2023 · 5 comments
Open

checkout@v4 occasionally stuck on checkout #1559

jaronoff97 opened this issue Nov 29, 2023 · 5 comments

Comments

@jaronoff97
Copy link

Hello! I have a fairly straightforward use case, but I'm seeing a checkout that takes far longer than it should. Usually my time is under 10s, but for this run it was over 10 minutes!

  <jobname>:
    name: <name>
    if: github.event.pull_request.draft == false
    needs: setup
    runs-on: ubuntu-latest
    permissions:
      contents: read
      pull-requests: write
    steps:
      - name: Set up repository
        uses: actions/checkout@v4
Screenshot 2023-11-28 at 8 47 47 PM

This has now happened in three separate instances in three different jobs. Please let me know if there's any extra context i can provide.

@jaronoff97
Copy link
Author

Within a second of clicking on the action it somehow resumes and completes, i don't think it's just my DOM reloading

@paillou
Copy link

paillou commented Jan 18, 2024

I faced the same problem, and when it happens and you try to cancel the workflow then it waits for this checkout step to be finished... which is a shame (and costly)

@davi020
Copy link

davi020 commented Jun 4, 2024

any solutions?

@jaronoff97
Copy link
Author

I just reverted to v3 and have been fine.

@palexvs
Copy link

palexvs commented Feb 11, 2025

same, added timeout-minutes: 0.5 to fail faster. But looking in any retry mechanism

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

4 participants