This commit is contained in:
Ian Butterworth 2026-01-29 11:47:01 +01:00 committed by GitHub
commit f3f3c2c144
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -223,6 +223,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@v5
with: