Skip to content

checkout@v4 occasionally stuck on checkout #1559

@jaronoff97

Description

@jaronoff97

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.

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