File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 - name : Ensure line endings are consistent
2424 run : git config --global core.autocrlf input
2525 - name : Check out repository
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v5
2727 - name : Load cache
2828 uses : actions/cache@v4
2929 with :
6161 with :
6262 node-version : 18.x
6363 - name : Check out repository
64- uses : actions/checkout@v3
64+ uses : actions/checkout@v5
6565 - name : Load cache
6666 uses : actions/cache@v4
6767 with :
8383 with :
8484 node-version : 18.x
8585 - name : Check out repository
86- uses : actions/checkout@v3
86+ uses : actions/checkout@v5
8787 - name : Load cache
8888 uses : actions/cache@v4
8989 with :
@@ -110,7 +110,7 @@ jobs:
110110 with :
111111 node-version : 18.x
112112 - name : Check out repository
113- uses : actions/checkout@v3
113+ uses : actions/checkout@v5
114114 - name : Load cache
115115 uses : actions/cache@v4
116116 with :
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@v2
18+ - uses : actions/checkout@v5
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