github-actions
released this
08 Feb 09:48
·
99 commits
to refs/heads/main
since this release
Changes
If you want to save the cache to a local path you can specify the path with the cache-local-storage-path
input.
This can be useful if you are on a self hosted runner and want to save time and network traffic.
- name: Enable caching and define a custom cache path
uses: eifinger/setup-rye@v1
with:
enable-cache: true
cache-local-storage-path: '/path/to/cache'
Warning
A sideeffect is that all caches will be invalidated once because the cache key changed.
🚀 Enhancements
⬆️ Dependency updates
- chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 @dependabot (#118)
- chore(deps): bump github/codeql-action from 2 to 3 @dependabot (#115)