cache
cache copied to clipboard
Cache dependencies and build outputs in GitHub Actions
I am trying to cache some build products on a self-hosted Windows 11 runner. GitHub Enterprise is running version 3.12.0 and I am using v3 of cache (which is v3.3.2...
I ran into this issue trying to cache LXD containers. I had to change some file permissions because actions/cache was failing due to permission denied. Now, saving the cache works,...
## Description Updated the action-cache examples in `examples.md` to reflect Bun v1.2’s switch from the binary lockfile `bun.lockb` to the new text-based `bun.lock`. _Note: If you’re on Bun < v1.2...
Starting this morning we are experiencing random failures to restore caches successfully. Nothing has changed in our setup and the cache exists. Other builds in the same matrix can successfully...
This pull request introduces multiple new GitHub Actions workflows to automate various tasks, including code scanning, dependency review, container deployment, and package publishing. The changes are organized by workflow theme,...
Using actions/cache/save@v4 in jobs under windows-11-arm, even when using `enableCrossOsArchive: true`, results in "Cache not found for input keys" when trying to restore the cache key in other OS using...
When actions/cache/restore detects the presence of zstd on the path, it uses that to calculate the cache version it looks for. This leads to cache misses when the only available...
publish ## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [x] Bug fix (non-breaking change which fixes an...
I'm getting constant cache misses for caches I can see in the interface. My cache save step in workflow (a): ``` - name: Save Slack thread to cache uses: actions/cache/save@v4...
> 👍 _Originally posted by @Alyshym in [7de2102](https://github.com/actions/cache/commit/7de21022a7b6824c106a9847befcbd8154b45b6a#commitcomment-159146803)_