nrfconnect/checkout and west update
checkout sources and runs west update
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jan 22, 2026
- License
- None
Pinned Snippet
uses: nrfconnect/action-checkout-west-update@b3257f7035e900ae50c280fe5759508f547f872d # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| git-fetch-depth | git fetch depth passed to checkout action. | no | 1 |
| git-ref | git branch, tag or SHA passed to checkout action. | no | "" |
| rebase | If true, perform a git rebase after checkout. Effective only in PR workflows. | no | false |
| path | Path passed to checkout action. | no | ncs/nrf |
| west-token | Token used during the west update. | no | "" |
| west-update-args | Arguments for west update command. | no | --narrow -o=--depth=1 |
Outputs
no outputs