1
0
mirror of https://github.com/actions/cache.git synced 2026-05-28 00:26:08 +00:00

Update documentation for v6 release

This commit is contained in:
Joshua Brooks
2026-05-20 19:47:09 +00:00
parent 80f777761d
commit b9bf592b98
5 changed files with 83 additions and 72 deletions
+1 -1
View File
@@ -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