cache
cache copied to clipboard
Cache dependencies and build outputs in GitHub Actions
## Description By enabling an optional input, this feature allows users to update existing cache keys. The way this can be done is by using Octokit to send a request...
## Description Adds a `poetry` example ## Motivation and Context https://github.com/actions/cache/pull/419 was closed as conflicts weren't resolved, I've rebased on `main` & am happy to close it ## How Has...
The `outputs.cache-hit` used to indicate that the value is a boolean, which means `true` or `false`. However, `outputs.cache-hit` is not set when there is no cache restored. I discovered this...
Nothing's cached when applying suggested configuration for cabal caching. Exploring the Ubuntu image, it happens that cabal does not store its data in ~/.cabal but, instead, in: * ~/.cache/cabal/packages *...
Adds `restore-keys` for cargo - this helps improve build times by allowing the cache to be mostly pre-populated when deps are updated. Adds two missing cache files. Adds a build...
## Description The cache restore strategy behavior seems to include the `path` somehow, which may come as a surprise when trying to reuse caches across jobs/workflows. ## Motivation and Context...
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.3 to 5.7.3. Release notes Sourced from typescript's releases. TypeScript 5.7.3 For release notes, check out the release announcement. fixed issues query for Typescript 5.7.0 (Beta). fixed...
## Description Add recommended minimum permissions to README ## Motivation and Context To reduce risk of over-privileged tokens, we are adding recommended permissions to popular GitHub-owned Actions READMEs ## How...
Proposal to implement https://github.com/actions/cache/issues/1570, https://github.com/actions/cache/discussions/1598 ## Description Allows to control whether new caches can be written in post action on success. ## Motivation and Context In some cases you want...
Minor update for readme for `path` parameter. ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New...