Skip to content

Commit 7e76780

Browse files
Update actions/checkout action to v6
1 parent 1d25968 commit 7e76780

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)