cache
cache copied to clipboard
Cache dependencies and build outputs in GitHub Actions
get the latest version for actions/checkout
When using the restore action, we want to know if there is an exact match with key or if we have an older match. We see that the return value...
Our Apache Commons builds on `macos-latest` are failing randomly with: ``` Error: The template is not valid. .github/workflows/maven.yml (Line: 48, Col: 14): hashFiles('**/pom.xml') failed. Fail to hash files under directory...
primaryKey from Inputs.Key but restoredKey would always be undefined it will always throw to catch when them same cache key hit
Added a security policy document outlining supported versions and vulnerability reporting. ## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of...
Some error like this: ``` Post job cleanup. /usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/owner/repo --files-from manifest.txt --use-compress-program zstdmt zstd: error 70 : Write error : cannot write...
I am trying to cache a file with the following step: ``` - name: Cache machine stats id: cache-stats uses: actions/cache@v4 with: path: ${{ github.workspace }}/data/stats.json key: hist-stats-${{ hashFiles('**/data/stats.json') }}...
With default SEGMENT_DOWNLOAD_TIMEOUT_MINS which is 10 min the Post Caching can exceed the 10min. I had to cancel the workflow after 12min. I think it would be nice to have...
## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue)...
I have the GHA-workflow below, which installs R and some R packages on `windows-latest` and should cache the R packages directory. The workflow is always triggered manually (`workflow_dispatch`) from the...