Skip to content

Commit 66169b4

Browse files
Update actions/checkout action to v5
1 parent 002d22b commit 66169b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v5"
3636
with:
3737
ssh-key: "${{ secrets.ACTION_PUSH_KEY }}"
3838
- name: "TODO to Issue"

0 commit comments

Comments
 (0)