Skip to content

Commit c7846b0

Browse files
Update actions/checkout action to v6
1 parent a7db4ef commit c7846b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/issue-label-commenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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@v6
1919
if: steps.getCommentCount.outputs.comments_length == 0
2020
- uses: peaceiris/actions-label-commenter@v1
2121
if: steps.getCommentCount.outputs.comments_length == 0

0 commit comments

Comments
 (0)