1
0
Fork 0
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:
Marc Mueller 2023-01-30 10:46:59 +01:00
commit 1c9e1e1cc7
10 changed files with 31 additions and 59 deletions

View file

@ -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