Bishal Prasad

Results 57 comments of Bishal Prasad

README is updated to add more details about how version is computed https://github.com/actions/cache/pull/971

Closing stale issue. Please create a PR and reactivate this issue if you would like to contribute to this.

Closing old issue. Please re-open if the workaround does not help.

The action does not do any explicit check on access to /tmp. It fails as it tries to read/write there and fails. If you think the action should have this...

The doc [section](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache) is updated to call out the scope restrictions more clearly. Also added a sentence about tags scope.

📢 Cache management is now much simpler with ability to list cache metadata and delete cache for a repo. Additionally, Org admins can view usage across repos. [Managing caches](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#managing-caches) [Managing...