Skip to content

[backport] Bump julia-actions/cache to v3#14412

Merged
cderv merged 1 commit intov1.9from
backport/julia-cache-v3
Apr 22, 2026
Merged

[backport] Bump julia-actions/cache to v3#14412
cderv merged 1 commit intov1.9from
backport/julia-cache-v3

Conversation

@cderv
Copy link
Copy Markdown
Member

@cderv cderv commented Apr 22, 2026

Important

Backport from #14410

Reduces per-run Julia cache accumulation on v1.9 so patch runs don't keep contributing to the shared 10 GB cache cap. Only the julia-actions/cache@v3 bump is backported — the cleanup-caches.yml fix targets fork-PR edge cases that rarely apply to v1.9.

v2 is a composite action whose post-save and delete-old-caches steps
don't run reliably, letting per-run julia caches (~250 MB each)
accumulate on refs/heads/main until the repository hits its 10 GB
cache cap. v3 is a JavaScript rewrite with a proper post hook. It also
uses Node.js 24 directly, dropping the latent Node 20 exposure from
v2's transitive actions/cache dependency.
@cderv cderv merged commit f26f7f6 into v1.9 Apr 22, 2026
4 of 44 checks passed
@cderv cderv deleted the backport/julia-cache-v3 branch April 22, 2026 17:32
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.

1 participant