Skip to content

Commit 2afd2f2

Browse files
build(deps): bump peter-evans/create-or-update-comment from 4 to 5 (#56)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ad2cf3 commit 2afd2f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
echo "The following JIRA ticket has been created: ${JIRA_TICKET_ID}"
6767
echo "jira-ticket-id=${JIRA_TICKET_ID}" >> "${GITHUB_OUTPUT}"
6868
- name: Add comment
69-
uses: peter-evans/create-or-update-comment@v4
69+
uses: peter-evans/create-or-update-comment@v5
7070
with:
7171
issue-number: ${{ github.event.pull_request.number }}
7272
body: |

.github/workflows/issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
echo "The following JIRA ticket has been created: ${JIRA_TICKET_ID}"
6262
echo "jira-ticket-id=${JIRA_TICKET_ID}" >> "${GITHUB_OUTPUT}"
6363
- name: Add comment
64-
uses: peter-evans/create-or-update-comment@v4
64+
uses: peter-evans/create-or-update-comment@v5
6565
with:
6666
issue-number: ${{ github.event.issue.number }}
6767
body: |

0 commit comments

Comments
 (0)