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'
Original file line number Diff line number Diff line change 1515 echo "$comments"
1616 CL=$(echo $comments | jq '. | length' )
1717 echo "::set-output name=comments_length::$CL"
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 if : steps.getCommentCount.outputs.comments_length == 0
2020 - uses : peaceiris/actions-label-commenter@v1
2121 if : steps.getCommentCount.outputs.comments_length == 0
You can’t perform that action at this time.
0 commit comments