diff --git a/.github/workflows/devtools.yml b/.github/workflows/devtools.yml index f875be2ccd3c..2126bc61a1d4 100644 --- a/.github/workflows/devtools.yml +++ b/.github/workflows/devtools.yml @@ -52,8 +52,8 @@ jobs: # 3) every change to file in Lighthouse repo important to running these tests. # # The number is how many times this hash key was manually updated to break the cache. - key: ${{ runner.os }}-11-${{ env.WEEK_OF_THE_YEAR }}-${{ hashFiles('cdt-test-hash.txt') }} - restore-keys: ${{ runner.os }}-11 + key: ${{ runner.os }}-12-${{ env.WEEK_OF_THE_YEAR }}-${{ hashFiles('cdt-test-hash.txt') }} + restore-keys: ${{ runner.os }}-12 - name: Set GHA_DEVTOOLS_CACHE_HIT if: steps.devtools-cache.outputs.cache-hit == 'true' run: echo "GHA_DEVTOOLS_CACHE_HIT=1" >> $GITHUB_ENV