Skip to content

Commit 465bbd2

Browse files
committed
Use new cache key
1 parent b3c97f3 commit 465bbd2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/cache@v2
5353
with:
5454
path: ~/.cargo
55-
key: ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
55+
key: ${{ runner.os }}-x86_64-unknown-linux-gnu-v2-${{ hashFiles('Cargo.lock') }}
5656
restore-keys: |
5757
${{ runner.os }}-x86_64-unknown-linux-gnu
5858

.github/workflows/clippy_bors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
uses: actions/cache@v2
102102
with:
103103
path: ~/.cargo
104-
key: ${{ runner.os }}-${{ matrix.host }}-${{ hashFiles('Cargo.lock') }}
104+
key: ${{ runner.os }}-${{ matrix.host }}-v2-${{ hashFiles('Cargo.lock') }}
105105
restore-keys: |
106106
${{ runner.os }}-${{ matrix.host }}
107107
@@ -183,7 +183,7 @@ jobs:
183183
uses: actions/cache@v2
184184
with:
185185
path: ~/.cargo
186-
key: ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
186+
key: ${{ runner.os }}-x86_64-unknown-linux-gnu-v2-${{ hashFiles('Cargo.lock') }}
187187
restore-keys: |
188188
${{ runner.os }}-x86_64-unknown-linux-gnu
189189
@@ -261,7 +261,7 @@ jobs:
261261
uses: actions/cache@v2
262262
with:
263263
path: ~/.cargo
264-
key: ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
264+
key: ${{ runner.os }}-x86_64-unknown-linux-gnu-v2-${{ hashFiles('Cargo.lock') }}
265265
restore-keys: |
266266
${{ runner.os }}-x86_64-unknown-linux-gnu
267267

0 commit comments

Comments
 (0)