cache
cache copied to clipboard
Cache dependencies and build outputs in GitHub Actions
#684 asked about relative paths, and was rejected because there were other things someone could do... I'm developing an action and I'd like to cache content within my action. Most...
I am a happy user of the cache action and it works great, but it took me basically a whole day to locate the reason for a failing build. I...
Hello All, We are using actions/cache@v3 actions into our GH actions workflows and once in a while we are seeing the below error The template is not valid. hashFiles('**/pom.xml') couldn't...
As can be seen in [this run](https://github.com/alire-project/setup-alire/actions/runs/9701152079/job/26774148284?pr=69#step:7:11), restore will hit or miss depending on the order of the paths given. Not seen on that workflow, but if you use `actions/cache/save`,...
## Description fix https://github.com/actions/cache/issues/1334 According to the [README](https://github.com/actions/cache?tab=readme-ov-file#outputs), if the cache was not found, the output should be `'false'`. However, it actually returned an empty string. This seems to be...
i'm attempting to cache the homebrew packages for my repo using the `actions/cache` github action in my workflow file. i use different runners for my project, ie. the arm64 macos...
go.sum isn't a lock file and doesn't represent dependencies. See [this issue](https://github.com/dependabot/dependabot-core/issues/4740) for more detail.
## Description Checkout v4 uses Node 20. ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix...
## Description The example step for conditional workflow steps was incorrect ## Motivation and Context My pipeline kept installing dependencies on cache-hits when following the README. ## How Has This...