Speed up your automation workflows with intelligent repository caching that saves time on repeated operations.
Restore from Cache
Checkout Target Branch
Pull Latest Changes
Access Repository Settings
Enable Cache
Configure Dependencies (Optional)
Access Tools Section
Configure Install Dependencies Tool
npm install
or yarn install
pip install -r requirements.txt
or poetry install
bundle install
go mod download
Enable Dependency Caching
ignoreCache
option on the git.clone
step to bypass cache when neededignoreCache
when investigating cache-related issuesAdd Dependency Update Step
Use the Install Dependencies Tool
npm install
(updates to latest compatible versions)pip install -r requirements.txt --upgrade
bundle update
Agent Continues with Updated Dependencies
git.clone
step.