🔥 3-day streak
GitHub Actions (GH-200)125 / 142
Question 125 of 142

Your enterprise runs a fleet of self-hosted Linux runners for a large monorepo. Builds frequently call actions/setup-node and actions/setup-python, but you notice these steps download and compile the requested versions on every run, adding several minutes per job. On GitHub-hosted runners these same steps complete almost instantly. What is the most effective way to make the setup-* actions resolve versions instantly on your self-hosted runners?

Reviewed for accuracy · Report an issueNext question