File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 cache : ' pnpm'
6363
6464 - name : Turbo Cache
65- uses : actions/cache@v4
65+ uses : actions/cache@v5
6666 with :
6767 path : node_modules/.cache/turbo
6868 key : turbo-${{ runner.os }}-${{ github.sha }}
9393 cache : ' pnpm'
9494
9595 - name : Turbo Cache
96- uses : actions/cache@v4
96+ uses : actions/cache@v5
9797 with :
9898 path : node_modules/.cache/turbo
9999 key : turbo-${{ runner.os }}-${{ github.sha }}
@@ -134,7 +134,7 @@ jobs:
134134 cache : ' pnpm'
135135
136136 - name : Turbo Cache
137- uses : actions/cache@v4
137+ uses : actions/cache@v5
138138 with :
139139 path : node_modules/.cache/turbo
140140 key : turbo-${{ runner.os }}-${{ github.sha }}
Original file line number Diff line number Diff line change 3030 registry-url : ' https://registry.npmjs.org'
3131
3232 - name : Turbo Cache
33- uses : actions/cache@v4
33+ uses : actions/cache@v5
3434 with :
3535 path : node_modules/.cache/turbo
3636 key : turbo-${{ runner.os }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments