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') }}
3434 run : git config --global core.autocrlf input
3535 - name : Check out repository
3636 uses : actions/checkout@v6
37- - uses : actions/cache@v4
37+ - uses : actions/cache@v5
3838 with :
3939 path : ' **/node_modules'
4040 key : ${{ runner.os }}-test-modules-${{ hashFiles('**/yarn.lock') }}
6565 runs-on : ubuntu-latest
6666 steps :
6767 - uses : actions/checkout@v6
68- - uses : actions/cache@v4
68+ - uses : actions/cache@v5
6969 with :
7070 path : ' **/node_modules'
7171 key : ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments