Skip to content

Upgrade @actions/cache to 4.0.3 #767

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

Merged
merged 1 commit into from
May 19, 2025
Merged

Conversation

JoeDupuis
Copy link
Contributor

@JoeDupuis JoeDupuis commented May 18, 2025

Upgrade @actions/cache to fix Failed to save: Failed to CreateCacheEntry: Received non-retryable error errors.

Screenshot 2025-05-18 at 1 57 55 AM

Here's a test run with a rails app before the fix: https://github.com/JoeDupuis/test-setup-ruby-fix/actions/runs/15094257150

and after the fix: https://github.com/JoeDupuis/test-setup-ruby-fix/actions/runs/15094275803

The error only show when trying to bust the cache.

More context on this actions/cache issue

to fix `Failed to save: Failed to CreateCacheEntry: Received
non-retryable error` errors.
@eregon
Copy link
Member

eregon commented May 19, 2025

From actions/cache#1541 (comment) it seems to mention 4.2.2, ah but that's actions/cache, not the toolkit version with the fix, which seems to be 4.0.2 from https://github.com/actions/cache/releases/tag/v4.2.2.
And https://github.com/actions/toolkit/blob/main/packages/cache/package.json#L3 is 4.0.3.
OK, thank you.

BTW it's a warning not an error but yes good to avoid unfixable warnings.

@eregon eregon merged commit c95ae37 into ruby:master May 19, 2025
208 checks passed
@eregon eregon mentioned this pull request May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants