Skip to content

Commit ead1f49

Browse files
build(deps): bump peter-evans/create-issue-from-file from 5.0.0 to 5.0.1
PR-URL: #2972 Bumps [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/peter-evans/create-issue-from-file/releases) - [Commits](peter-evans/create-issue-from-file@24452a7...e8ef132) --- updated-dependencies: - dependency-name: peter-evans/create-issue-from-file dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 16c903b commit ead1f49

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@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5.0.0
83+
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1
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@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5.0.0
96+
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1
9797
with:
9898
title: 'FIXME comments'
9999
content-filepath: ./tracking_issue_fixmes.md

0 commit comments

Comments
 (0)