From da52d7f9403e6ac702977f4ae2839e78fb6ce282 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Thu, 12 Dec 2024 04:57:04 -0800 Subject: [PATCH] this seems really unsafe --- .github/actions/yarn-install-with-cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/yarn-install-with-cache/action.yml b/.github/actions/yarn-install-with-cache/action.yml index 8273398acbb..15ff8704894 100644 --- a/.github/actions/yarn-install-with-cache/action.yml +++ b/.github/actions/yarn-install-with-cache/action.yml @@ -24,5 +24,5 @@ runs: # We're assuming that variations on branches will slightly vary from main, # so it's always important to run yarn install --non-interactive after this # cache is restored. - key: node-modules-v1-${{ hashFiles('package.json') }} + key: node-modules-v2-${{ hashFiles('package.json') }} enableCrossOsArchive: true