cache icon indicating copy to clipboard operation
cache copied to clipboard

Cache dependencies and build outputs in GitHub Actions

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

I am trying to setup Github action for running unit tests on the iOS project but I am getting strange results while executing it. First build without cached CocoaPods is...

Post run, we are getting an error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved. ![Image](https://github.com/user-attachments/assets/b9c47b4f-3ea8-4c8b-af1a-6806fb6a7067) Similar to these...

`actions/cache/save` recently (2025-03-26) failed with a timeout and a subsequent error as it looks like the key has been created in the initial attempt: ```plain Attempt 1 of 5 failed...

I am using actions/cache@v4 and every time it tries to store cache or restore, it logs these errors: Unexpected error attempting to determine if executable file exists '/root/.local/bin/zstd': Error: EACCES:...

I have made a [minimal example](https://github.com/otiv-willem-vanhulle/cargo-ci) of [bug](https://github.com/otiv-willem-vanhulle/cargo-ci/actions/runs/13008384394/job/36280304270). I have setup a Cargo workspace and want to cache the `~/.cargo` and `target` directories. Calling save explicitly at the end of...

According to [Restrictions for accessing a cache](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache): > Workflow runs can restore caches created in either the current branch or the default branch (usually `main`). I have a reusable workflow...

When running actions/cache in a build, it fails if current folder contains a space. See https://github.com/nektos/act/issues/2661#issuecomment-2651034184 for a complete explanation.

Bumps the minor-actions-dependencies group with 1 update: [actions/publish-immutable-action](https://github.com/actions/publish-immutable-action). Updates `actions/publish-immutable-action` from 0.0.3 to 0.0.4 Release notes Sourced from actions/publish-immutable-action's releases. v0.0.4 Updating workflows and creating a v0 non-immutable tag for...

dependencies
github_actions

At each deploy we must wait for installing python deps for aws-actions/setup-sam@v2 Is there a way to use this cache action to speed up setup-sam?

#749 Duplicate of #749