Skip to content

Commit 6c3dff4

Browse files
committed
new cache for jazzy
1 parent 8af8d25 commit 6c3dff4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
uses: actions/cache@v2
110110
with:
111111
path: vendor/bundle
112-
key: ${{ runner.os }}-gem-v1-${{ hashFiles('**/Gemfile.lock') }}
112+
key: ${{ runner.os }}-gem-v2-${{ hashFiles('**/Gemfile.lock') }}
113113
restore-keys: |
114-
${{ runner.os }}-gem-v1
114+
${{ runner.os }}-gem-v2
115115
- name: Install Bundle
116116
run: |
117117
bundle config path vendor/bundle

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
uses: actions/cache@v2
2727
with:
2828
path: vendor/bundle
29-
key: ${{ runner.os }}-gem-v1-${{ hashFiles('**/Gemfile.lock') }}
29+
key: ${{ runner.os }}-gem-v2-${{ hashFiles('**/Gemfile.lock') }}
3030
restore-keys: |
31-
${{ runner.os }}-gem-v1
31+
${{ runner.os }}-gem-v2
3232
- name: Install Bundle
3333
run: |
3434
bundle config path vendor/bundle

0 commit comments

Comments
 (0)