cache icon indicating copy to clipboard operation
cache copied to clipboard

A shortcut action to cache Julia artifacts, packages, and registries.

Results 35 cache issues
Sort by recently updated
recently updated
newest added

In https://github.com/JuliaIO/BufferedStreams.jl/actions/runs/10114228187/job/27972388361, the cache step seems to take about 2 minutes. It is however unclear where the time is actually spent since looking at the timestamps: it is not possible...

Bumps [pyTooling/Actions](https://github.com/pytooling/actions) from 1.0.5 to 1.0.6. Commits 2e5a79e Merge remote-tracking branch 'github/main' into r1 0495bfb fix(releaser): fix failure to install PyGithub (#81) 7879c05 fix(releaser): fix failure to install PyGithub db99e35...

dependencies
github-actions

Updated the release instructions to allow more of it to be copy and pasted. Ideally this should result in less mistakes occurring during the process.

Dependabot seem to use https://github.com/julia-actions/cache/blob/main/devdocs/making_a_new_release.md as the changelog. See e.g. https://github.com/Ferrite-FEM/Ferrite.jl/pull/970

Bumps [pyTooling/Actions](https://github.com/pytooling/actions) from 1.0.5 to 1.1.0. Release notes Sourced from pyTooling/Actions's releases. v1.1.0 New Features Implemented fail_under feature for documentation checking. Made base images (Ubuntu, Windows, macOS Intel, macOS ARM)...

dependencies
github-actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. Release notes Sourced from actions/checkout's releases. v4.2.0 What's Changed Add Ref and Commit outputs by @​lucacome in actions/checkout#1180 Dependabot updates in actions/checkout#1777 & actions/checkout#1872...

dependencies
github-actions

While https://github.com/julia-actions/cache/issues/79 remains open we shouldn't be deleting caches if the main run fails. It assumes that a new cache was made.

bug

The `julia-actions/cache` action attempts to generate a unique cache key name for each workflow job. The current default key uses a combination of the workflow name, job key, matrix keys,...

We are using this action for caching Julia packages. I just wanted to share that today we are hitting this problem - https://github.com/actions/cache/issues/1541 also reported in community - https://github.com/orgs/community/discussions/151213 without...