File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files 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'
6464 webpack :
6565 runs-on : ubuntu-latest
6666 steps :
67- - uses : actions/checkout@v5
67+ - uses : actions/checkout@v6
6868 - uses : actions/cache@v4
6969 with :
7070 path : ' **/node_modules'
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 # Initializes the CodeQL tools for scanning.
2323 - name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments