Skip to content

Commit 9c895a6

Browse files
committed
Merge branch 'fix/GHSA-64g7-mvw6-v9qj' of github.com:kleros/kleros-v2 into fix/GHSA-64g7-mvw6-v9qj
2 parents 7d60b7f + 3a2c743 commit 9c895a6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ jobs:
2828
path: |
2929
~/.npm
3030
**/node_modules
31-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}
31+
key: ${{ runner.os }}-build-${{ secrets.CACHE_VERSION }}-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}
3232
restore-keys: |
33-
${{ runner.os }}-build-${{ env.cache-name }}-
34-
${{ runner.os }}-build-
35-
${{ runner.os }}-
33+
${{ runner.os }}-build-${{ secrets.CACHE_VERSION }}-${{ env.cache-name }}-
3634
3735
#- name: Install parent dependencies
3836
# run: |

0 commit comments

Comments
 (0)