Skip to content

Commit 4842032

Browse files
committed
ci: bump turbo cache key prefix to v2
Abandons stale cache entries that replay an outdated @codspeed/core build missing the wrapWithRootFrame helpers.
1 parent 94674d4 commit 4842032

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/turbo-cache/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
- uses: actions/cache@v4
2323
with:
2424
path: .turbo/cache
25-
key: turbo-${{ runner.os }}-${{ runner.arch }}-${{ inputs.key-suffix }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }}
25+
key: turbo-v2-${{ runner.os }}-${{ runner.arch }}-${{ inputs.key-suffix }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }}
2626
restore-keys: |
27-
turbo-${{ runner.os }}-${{ runner.arch }}-${{ inputs.key-suffix }}-${{ hashFiles('pnpm-lock.yaml') }}-
28-
turbo-${{ runner.os }}-${{ runner.arch }}-${{ inputs.key-suffix }}-
27+
turbo-v2-${{ runner.os }}-${{ runner.arch }}-${{ inputs.key-suffix }}-${{ hashFiles('pnpm-lock.yaml') }}-
28+
turbo-v2-${{ runner.os }}-${{ runner.arch }}-${{ inputs.key-suffix }}-

0 commit comments

Comments
 (0)