-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when installing packages #39
Comments
We're also experiencing the same issue on some of our workflow runs. Have pinned to the previous version of v1.4.1 this morning and that seems to have resolved the issue/got our workflow running successfully again |
@tom-finlayson-cko May I ask how do you downgrade the |
@mforman1 Sure thing, just had to set the version explicity for the step like so |
Yep, sorry folks that's totally my bad, my PR #37 passed the CI checks (self-integration tests) I added, but then those same checks somehow failed immediately after merge to
If you have a race condition in your workflow, e.g. a matrix install on different Node versions, but same OS, the first job to finish will save cache properly and the rest will error when saving. According to salsita/react-training#60 's investigation, this was previously a warning in unofficial Going to try getting a hotfix out for that ASAP, should just be adding a |
This also seems to be a long-standing upstream error as well: actions/cache#144 . It was a warning previously though, now it's an error |
Thanks for explaining @agilgur5, makes sense now why we we've only been seeing the error in our matrix workflows |
🎉 This issue has been resolved in version 1.4.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hey 👋
Our checks started failing about 2 days ago with a reserveCache failed error (see below). The error is very sporadic and will usually fix itself when we run the checks again.
I noticed a new release was made 2 days ago. Do you think the new release is causing the issue?
The text was updated successfully, but these errors were encountered: