File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - uses : actions/checkout@v6
9- - uses : actions/cache@v4
9+ - uses : actions/cache@v5
1010 with :
1111 path : ' **/node_modules'
1212 key : ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
3636 run : git config --global core.autocrlf input
3737 - name : Check out repository
3838 uses : actions/checkout@v6
39- - uses : actions/cache@v4
39+ - uses : actions/cache@v5
4040 with :
4141 path : ' **/node_modules'
4242 key : ${{ runner.os }}-test-modules-${{ hashFiles('**/yarn.lock') }}
6767 runs-on : ubuntu-latest
6868 steps :
6969 - uses : actions/checkout@v6
70- - uses : actions/cache@v4
70+ - uses : actions/cache@v5
7171 with :
7272 path : ' **/node_modules'
7373 key : ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments