mirror of
https://github.com/actions/cache.git
synced 2026-01-14 09:33:07 +08:00
Compare commits
4 Commits
e6d8e64ef0
...
e2501636d3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2501636d3 | ||
|
|
7921ae235b | ||
|
|
3937731706 | ||
|
|
9efb3f33bc |
@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
types: [released]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user