File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 lint :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v6
8+ - uses : actions/checkout@v7
99 - uses : actions/cache@v5
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@v6
36+ uses : actions/checkout@v7
3737 - uses : actions/cache@v5
3838 with :
3939 path : ' **/node_modules'
7979 with :
8080 node-version : ${{ matrix.node-version }}
8181 - name : Check out repository
82- uses : actions/checkout@v6
82+ uses : actions/checkout@v7
8383 - uses : actions/cache@v5
8484 with :
8585 path : |
9595 webpack :
9696 runs-on : ubuntu-latest
9797 steps :
98- - uses : actions/checkout@v6
98+ - uses : actions/checkout@v7
9999 - uses : actions/cache@v5
100100 with :
101101 path : ' **/node_modules'
You can’t perform that action at this time.
0 commit comments