Skip to content

Commit 82346c5

Browse files
chore(deps): bump peter-evans/create-issue-from-file from 5 to 6 (#58)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac193c6 commit 82346c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# If there is no last report and the check failed, create one.
5050
# If there was a report, update it.
5151
if: steps.issue.outputs.has-found == 'true' || steps.check.outcome == 'failure'
52-
uses: peter-evans/create-issue-from-file@v5
52+
uses: peter-evans/create-issue-from-file@v6
5353
with:
5454
title: 🤖 Cron check (${{ steps.date.outputs.date }})
5555
# Update an existing issue if one was found (issue-number),

0 commit comments

Comments
 (0)