File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353
5454 # see https://github.com/vercel/next.js/pull/27362
5555 - name : ♻️ Restore "docs" app build from cache
56- uses : actions/cache@v3
56+ uses : actions/cache@v4
5757 with :
5858 path : |
5959 ${{ github.workspace }}/apps/docs/.next/cache
Original file line number Diff line number Diff line change 5353
5454 # see https://github.com/vercel/next.js/pull/27362
5555 - name : ♻️ Restore "web" app build from cache
56- uses : actions/cache@v3
56+ uses : actions/cache@v4
5757 with :
5858 path : |
5959 ${{ github.workspace }}/apps/web/.next/cache
Original file line number Diff line number Diff line change 5555
5656 # see https://github.com/vercel/next.js/pull/27362
5757 - name : ♻️ Restore packages cache
58- uses : actions/cache@v3
58+ uses : actions/cache@v4
5959 with :
6060 path : |
6161 ${{ github.workspace }}/.cache
Original file line number Diff line number Diff line change 7070
7171 # see https://github.com/vercel/next.js/pull/27362
7272 - name : ♻️ Restore "web" app build from cache
73- uses : actions/cache@v3
73+ uses : actions/cache@v4
7474 with :
7575 path : |
7676 ${{ github.workspace }}/apps/web/.next/cache
You can’t perform that action at this time.
0 commit comments