Merge 830f24e4d86496f2b67fb255fee31df584f23d00 into 27d5ce7f107fe9357f9df03efb73ab90386fccae

This commit is contained in:
Madison Swain-Bowden 2026-04-14 22:04:46 -07:00 committed by GitHub
commit 23ef90704c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -238,7 +238,7 @@ Case 2: Where the user would want to re-evaluate the key
```yaml ```yaml
uses: actions/cache/save@v5 uses: actions/cache/save@v5
with: with:
key: npm-cache-${{hashfiles(package-lock.json)}} key: cache-${{ hashFiles('**/lockfiles') }}
``` ```
### Saving cache even if the build fails ### Saving cache even if the build fails