Getting started
When running your GitHub Actions on Namespace runners, cached git checkouts are available directly from the UI.Enable Git Checkout caching
In your runner profile, enable Git repository checkouts in the caching section.
Configure your workflow
To start using the newly enabled cache in your workflow, replace mentions of Check out the action reference for a full
list of supported options.
actions/checkout with nscloud-checkout-action: