mirror of
https://github.com/actions/cache.git
synced 2026-07-04 11:25:49 +00:00
Compare commits
2 Commits
cc6668c3b3
...
f7deee5b98
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7deee5b98 | ||
|
|
9efb3f33bc |
@ -190,6 +190,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.
|
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
|
```yaml
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user