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 3131 id : yarn-cache
3232 run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
3333
34- - uses : actions/cache@v4
34+ - uses : actions/cache@v5
3535 with :
3636 path : ${{ steps.yarn-cache.outputs.dir }}
3737 key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock', 'patches/*.patch') }}
Original file line number Diff line number Diff line change 5858 id : yarn-cache
5959 run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
6060
61- - uses : actions/cache@v4
61+ - uses : actions/cache@v5
6262 with :
6363 path : ${{ steps.yarn-cache.outputs.dir }}
6464 key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock', 'patches/*.patch') }}
Original file line number Diff line number Diff line change 4646 npm --version
4747 # Ensure latest npm is installed for trusted publishing (OIDC)
4848
49- - uses : actions/cache@v4
49+ - uses : actions/cache@v5
5050 with :
5151 path : ${{ steps.yarn-cache.outputs.dir }}
5252 key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock', 'patches/*.patch') }}
You can’t perform that action at this time.
0 commit comments