File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 lint :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v5
8+ - uses : actions/checkout@v6
99 - uses : actions/cache@v4
1010 with :
1111 path : ' **/node_modules'
3333 - name : Ensure line endings are consistent
3434 run : git config --global core.autocrlf input
3535 - name : Check out repository
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 - uses : actions/cache@v4
3838 with :
3939 path : ' **/node_modules'
7676 with :
7777 node-version : ${{ matrix.node-version }}
7878 - name : Check out repository
79- uses : actions/checkout@v5
79+ uses : actions/checkout@v6
8080 - uses : actions/cache@v4
8181 with :
8282 path : |
9292 webpack :
9393 runs-on : ubuntu-latest
9494 steps :
95- - uses : actions/checkout@v5
95+ - uses : actions/checkout@v6
9696 - uses : actions/cache@v4
9797 with :
9898 path : ' **/node_modules'
You can’t perform that action at this time.
0 commit comments