local-cache icon indicating copy to clipboard operation
local-cache copied to clipboard

Github Action to provide caching data by placing a tarball on the local filesystem. Drop-in replacement for `actions/cache@v3`

Results 7 local-cache issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Hi, I have configured a self-hosted runner on top of EKS for NPM and Gradle builds. Thanks to the above project, I really appreciate the easy of using cache :)...

Thanks for working on this project! I am asking as it can slow the clone operation... I can see it takes 10 seconds to clone the action, vs 1 second...

We have a self-hosted GitHub Enterprise which does not support `actions/cache`. `maxnowack/local-cache` worked out-of-the-box and indeed it is a real drop-in replacement for `actions/cache` :) We need to support self-hosted...

Cache generated from windows: ``` Mode LastWriteTime Length Name ---- ------------- ------ ---- -a--- 8/16/2023 7:26 PM 206 cache.tzst -a--- 8/16/2023 7:26 PM 15 manifest.txt ``` Cache generated from linux:...

Changing path from `./demo-output.txt` to `/tmp/demo-output.txt` makes it always fail to restore. ``` name: DemoCache on: push: branches: - main workflow_dispatch: env: SHARED_CACHE_RUN_KEY: CACHE_V1-${{ github.run_id }}-${{ github.run_attempt }} jobs: first-run:...

We are using local-cache with self-hosted runners and everything is work fine. When we use with [act](https://github.com/nektos/act) we can't restore the cache: ![image](https://github.com/maxnowack/local-cache/assets/141231653/8538cc7d-093d-47b9-9278-01b0d89a9de3)