4
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2025-11-07 10:36:55 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
Ian Butterworth
2a35c72b5a
Merge 9efb3f33bc into 638ed79f9d 2025-08-15 15:05:07 +01:00
Ian Butterworth
9efb3f33bc
Add note about when key is rendered 2023-11-18 13:31:41 -05:00

View file

@ -212,6 +212,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: