Skip to content

Commit 6d7a8ad

Browse files
chore(deps): bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0 (#616)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c5168d commit 6d7a8ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jira-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Add comment
5656
if: steps.create.outputs.issue-key
57-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
57+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
5858
with:
5959
issue-number: ${{ github.event.issue.number }}
6060
body: |
@@ -104,7 +104,7 @@ jobs:
104104
transition-id: 61
105105
- name: Add closure comment
106106
if: steps.close_jira_ticket.outcome == 'success'
107-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
107+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
108108
with:
109109
issue-number: ${{ github.event.issue.number }}
110110
body: |

0 commit comments

Comments
 (0)