This commit is contained in:
Ian Butterworth 2026-06-23 20:21:35 -04:00 committed by GitHub
commit 51667c7d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -236,6 +236,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@v6 - uses: actions/cache@v6
with: with: