File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,9 @@ jobs:
114114 uses : actions/cache@v4
115115 with :
116116 path : .turbo
117- key : ${{ runner.os }}-turbo-${{ github.sha }}
117+ key : ${{ runner.os }}-turbo-v3- ${{ github.sha }}
118118 restore-keys : |
119- ${{ runner.os }}-turbo-
119+ ${{ runner.os }}-turbo-v3
120120
121121 - name : Build
122122 run : pnpm run build --filter="./apps/*"
Original file line number Diff line number Diff line change 5252 uses : actions/cache@v4
5353 with :
5454 path : .turbo
55- key : ${{ runner.os }}-turbo-${{ github.sha }}
55+ key : ${{ runner.os }}-turbo-v3- ${{ github.sha }}
5656 restore-keys : |
57- ${{ runner.os }}-turbo-
57+ ${{ runner.os }}-turbo-v3
5858
5959 - name : Build
6060 run : pnpm run ci:build --filter="@sjsf/*" --filter="@sjsf-lab/*"
You can’t perform that action at this time.
0 commit comments