• 1.0.0 6d6f672e6a

    louis9902 released this 2025-09-30 19:30:19 +00:00 | 1 commits to main since this release

    This marks the first release of the action for checking out git
    repostories. This action is only written in shell (bash).

    uses: actions/checkout:1.0.0
    with:
      repository: ${{ github.server_url }}/${{ github.repository }}.git
      token: ${{ github.token }}
      path: .
      ref: ${{ github.ref || github.sha }}
    
    Downloads