mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-05-07 02:29:53 +02:00
Merge branch 'main' into fail-on-cache-miss
This commit is contained in:
commit
1c9e1e1cc7
10 changed files with 31 additions and 59 deletions
|
@ -118,7 +118,7 @@ jobs:
|
|||
|
||||
- name: Restore cached Primes
|
||||
id: cache-primes-restore
|
||||
- uses: actions/cache/restore@v3
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
path: |
|
||||
path/to/dependencies
|
||||
|
@ -129,7 +129,7 @@ jobs:
|
|||
.
|
||||
- name: Save Primes
|
||||
id: cache-primes-save
|
||||
- uses: actions/cache/save@v3
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
path: |
|
||||
path/to/dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue