Skip to content

Commit c0f17ee

Browse files
Update actions/checkout action to v6
1 parent 528ddbd commit c0f17ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/todo-to-issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
permissions:
3333
issues: write
3434
steps:
35-
- uses: "actions/checkout@v4"
35+
- uses: "actions/checkout@v6"
3636
with:
3737
ssh-key: "${{ secrets.ACTION_PUSH_KEY }}"
3838
- name: "TODO to Issue"

0 commit comments

Comments
 (0)