Skip to content

Commit 064d0c9

Browse files
build(deps): bump peter-evans/create-issue-from-file from 5.0.1 to 6.0.0
PR-URL: #8337 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent fab2c45 commit 064d0c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/track_todos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# Create or update issue for TODO comments:
8181
- name: 'Create or update issue for TODO comments'
8282
# Pin action to full length commit SHA
83-
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1
83+
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6.0.0
8484
with:
8585
title: 'TODO comments'
8686
content-filepath: ./tracking_issue_todos.md
@@ -93,7 +93,7 @@ jobs:
9393
# Create or update issue for FIXME comments:
9494
- name: 'Create or update issue for FIXME comments'
9595
# Pin action to full length commit SHA
96-
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1
96+
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6.0.0
9797
with:
9898
title: 'FIXME comments'
9999
content-filepath: ./tracking_issue_fixmes.md

0 commit comments

Comments
 (0)