Separate cache key from primary key [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-12-23 14:49:10 +09:00
parent 95da41ee0a
commit 25e417b773
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
2 changed files with 6 additions and 2 deletions

View File

@ -33,7 +33,9 @@ jobs:
- uses: actions/cache@v2
with:
path: .downloaded-cache
key: downloaded-cache
key: downloaded-cache-${{ github.sha }}
restore-keys: |
downloaded-cache
- name: Download previous gems list
run: |

View File

@ -26,7 +26,9 @@ jobs:
- uses: actions/cache@v2
with:
path: .downloaded-cache
key: downloaded-cache
key: downloaded-cache-${{ github.sha }}
restore-keys: |
downloaded-cache
- name: Download previous gems list
run: |