Skip to content

Commit 9f2ef82

Browse files
build(deps): bump peter-evans/create-issue-from-file from 4.0.1 to 5.0.0
PR-URL: #1292 Bumps [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/peter-evans/create-issue-from-file/releases) - [Commits](peter-evans/create-issue-from-file@433e51a...24452a7) --- updated-dependencies: - dependency-name: peter-evans/create-issue-from-file dependency-type: direct:production update-type: version-update:semver-major ... 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 ed8a998 commit 9f2ef82

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
@@ -77,7 +77,7 @@ jobs:
7777
# Create or update issue for TODO comments:
7878
- name: 'Create or update issue for TODO comments'
7979
# Pin action to full length commit SHA
80-
uses: peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f # v4.0.1
80+
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5.0.0
8181
with:
8282
title: 'TODO comments'
8383
content-filepath: ./tracking_issue_todos.md
@@ -90,7 +90,7 @@ jobs:
9090
# Create or update issue for FIXME comments:
9191
- name: 'Create or update issue for FIXME comments'
9292
# Pin action to full length commit SHA
93-
uses: peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f # v4.0.1
93+
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5.0.0
9494
with:
9595
title: 'FIXME comments'
9696
content-filepath: ./tracking_issue_fixmes.md

0 commit comments

Comments
 (0)