We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94674d4 commit 4842032Copy full SHA for 4842032
1 file changed
.github/actions/turbo-cache/action.yml
@@ -22,7 +22,7 @@ runs:
22
- uses: actions/cache@v4
23
with:
24
path: .turbo/cache
25
- key: turbo-${{ runner.os }}-${{ runner.arch }}-${{ inputs.key-suffix }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }}
+ key: turbo-v2-${{ runner.os }}-${{ runner.arch }}-${{ inputs.key-suffix }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }}
26
restore-keys: |
27
- turbo-${{ runner.os }}-${{ runner.arch }}-${{ inputs.key-suffix }}-${{ hashFiles('pnpm-lock.yaml') }}-
28
- turbo-${{ runner.os }}-${{ runner.arch }}-${{ inputs.key-suffix }}-
+ turbo-v2-${{ runner.os }}-${{ runner.arch }}-${{ inputs.key-suffix }}-${{ hashFiles('pnpm-lock.yaml') }}-
+ turbo-v2-${{ runner.os }}-${{ runner.arch }}-${{ inputs.key-suffix }}-
0 commit comments