Skip to content

Commit 9199b38

Browse files
committed
hmm
1 parent a9d23a4 commit 9199b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/devtools.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
# 3) every change to file in Lighthouse repo important to running these tests.
5353
#
5454
# The number is how many times this hash key was manually updated to break the cache.
55-
key: ${{ runner.os }}-13-${{ env.WEEK_OF_THE_YEAR }}-${{ hashFiles('cdt-test-hash.txt') }}
56-
restore-keys: ${{ runner.os }}-13
55+
key: ${{ runner.os }}-14-${{ env.WEEK_OF_THE_YEAR }}-${{ hashFiles('cdt-test-hash.txt') }}
56+
restore-keys: ${{ runner.os }}-14
5757
- name: Set GHA_DEVTOOLS_CACHE_HIT
5858
if: steps.devtools-cache.outputs.cache-hit == 'true'
5959
run: echo "GHA_DEVTOOLS_CACHE_HIT=1" >> $GITHUB_ENV

0 commit comments

Comments
 (0)