This repository has been archived on 2026-07-22 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
53bed0742eb3f0455187c7c7042d27f51b856f02
checkout
This action checks out your repository so that your workflow operates from the root of the repository
By default, this is equivalent to running git fetch and git checkout $GITHUB_SHA, so that you'll always have your repo contents at the version that triggered the workflow.
See here to learn what $GITHUBS_SHA is for different kinds of events.
Usage
See action.yml
Basic:
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
version: 10.x
- run: npm install
- run: npm test
License
The scripts and documentation in this project are released under the MIT License
Description
Archived immutable actions/checkout snapshot for Tau release workflow bootstrap at 11d5960a326750d5838078e36cf38b85af677262.
https://github.com/actions/checkout
Languages
TypeScript
95.2%
Shell
4.3%
Dockerfile
0.3%
JavaScript
0.1%