mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-06-14 00:55:40 +00:00
Update documentation for v6 release
This commit is contained in:
parent
80f777761d
commit
b9bf592b98
5 changed files with 83 additions and 72 deletions
|
|
@ -12,7 +12,7 @@ A cache today is immutable and cannot be updated. But some use cases require the
|
|||
|
||||
```yaml
|
||||
- name: update cache on every commit
|
||||
uses: actions/cache@v5
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: prime-numbers
|
||||
key: primes-${{ runner.os }}-${{ github.run_id }} # Can use time based key as well
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue