From ae2fbb3c12423e8571ca11ec52452e15a1d5983e Mon Sep 17 00:00:00 2001 From: Philip Korsholm Date: Thu, 21 Oct 2021 09:36:11 +0200 Subject: [PATCH] update cache version --- .github/actions/cache-bootstrap/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cache-bootstrap/action.yml b/.github/actions/cache-bootstrap/action.yml index d0c07a7719..5f1d565fa0 100644 --- a/.github/actions/cache-bootstrap/action.yml +++ b/.github/actions/cache-bootstrap/action.yml @@ -16,7 +16,7 @@ runs: path: | node_modules */*/node_modules - key: ${{ runner.os }}-yarn-${{inputs.extension}}-v5-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn-${{inputs.extension}}-${{ hashFiles('**/yarn.lock') }} # We want to only bootstrap and install if no cache is found. # Futhermore, we might want to do a partial, hoisted, bootstrap towards # the base branch if it exists, otherwise we choose develop for this.