Skip to content

Commit f26f7f6

Browse files
authored
[backport] Bump julia-actions/cache to v3 (#14412)
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.
1 parent 8b184cb commit f26f7f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-smokes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
version: "1.11.7"
224224

225225
- name: Load Julia packages from cache
226-
uses: julia-actions/cache@v2
226+
uses: julia-actions/cache@v3
227227
with:
228228
cache-name: julia-cache;workflow=${{ github.workflow }};job=${{ github.job }};julia=${{ steps.setup-julia.outputs.julia-version }}
229229

0 commit comments

Comments
 (0)