Skip to content

Commit

Permalink
build(deps): bump peter-evans/create-issue-from-file from 4.0.1 to 5.0.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent ed8a998 commit 9f2ef82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/track_todos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# Create or update issue for TODO comments:
- name: 'Create or update issue for TODO comments'
# Pin action to full length commit SHA
uses: peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f # v4.0.1
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5.0.0
with:
title: 'TODO comments'
content-filepath: ./tracking_issue_todos.md
Expand All @@ -90,7 +90,7 @@ jobs:
# Create or update issue for FIXME comments:
- name: 'Create or update issue for FIXME comments'
# Pin action to full length commit SHA
uses: peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f # v4.0.1
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5.0.0
with:
title: 'FIXME comments'
content-filepath: ./tracking_issue_fixmes.md
Expand Down

0 comments on commit 9f2ef82

Please sign in to comment.