TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GitHub actions failing because of cache issue

4 pointsby stazalmost 3 years ago

2 comments

stazalmost 3 years ago
Seen several people report that GitHub actions are failing because the caching service return 503. Github status still report that everything is normal
krautsourcedalmost 3 years ago
see also <a href="https:&#x2F;&#x2F;github.com&#x2F;actions&#x2F;cache&#x2F;issues&#x2F;820" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;actions&#x2F;cache&#x2F;issues&#x2F;820</a><p>Looks like the package servers are having troubles. Apparently a workaround is to use the `cache: npm` parameter for the setup-node action. Won&#x27;t help when you rely on other actions or docker builds etc.