Merge 9efb3f33bcbe5e22b5ec6457ebeaa04a7cd6cbdf into 36f1e144e1c8edb0a652766b484448563d8baf46

This commit is contained in:
Ian Butterworth 2025-01-10 10:17:56 -05:00 committed by GitHub
commit 15bb03ad76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,6 +209,9 @@ A cache key can include any of the contexts, functions, literals, and operators
For example, using the [`hashFiles`](https://docs.github.com/en/actions/learn-github-actions/expressions#hashfiles) function allows you to create a new cache when dependencies change.
> [!NOTE]
> The cache key is rendered during the restore stage, so can only depend on file state at that stage.
```yaml
- uses: actions/cache@v4
with: