File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 - name : Turbo cache
3030 if : ${{ github.ref_name != 'main' }}
3131 id : turbo-cache
32- uses : actions/cache@v3
32+ uses : actions/cache@v4
3333 with :
3434 path : node_modules/.cache/turbo
3535 key : turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
Original file line number Diff line number Diff line change 3232 - name : Turbo cache
3333 if : ${{ github.ref_name != 'main' }}
3434 id : turbo-cache
35- uses : actions/cache@v3
35+ uses : actions/cache@v4
3636 with :
3737 path : node_modules/.cache/turbo
3838 key :
Original file line number Diff line number Diff line change 3535 - name : Turbo cache
3636 if : ${{ github.ref_name != 'main' }}
3737 id : turbo-cache
38- uses : actions/cache@v3
38+ uses : actions/cache@v4
3939 with :
4040 path : node_modules/.cache/turbo
4141 key :
You can’t perform that action at this time.
0 commit comments