mirror of
https://github.com/actions/cache.git
synced 2026-05-21 12:48:18 +01:00
Update documentation for v6 release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user