10
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2026-04-12 09:44:19 +00:00

Update caching-strategies.md

we having no problem
This commit is contained in:
parresampath367-design 2026-04-10 15:32:12 +05:30 committed by GitHub
parent 668228422a
commit 9c62c88835
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -287,3 +287,8 @@ steps:
- name: Publish package to public
run: ./publish.sh
```
run: ./build-child-module.sh
uses: actions/cache/restore@v5
path: path/to/dependencies
key: ${{runner.os}}-${{ hashfiles('**/lockfiles')}}