Skip to content

Commit 576068c

Browse files
authored
Merge pull request #1693 from ag-ui-protocol/dependabot/github_actions/peter-evans/create-or-update-comment-5.0.0
chore(ci)(deps): bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0
2 parents 4af9c79 + 4b9393a commit 576068c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-python-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Post or update install instructions
7373
if: success()
74-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
74+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
7575
with:
7676
comment-id: ${{ steps.find-comment.outputs.comment-id }}
7777
issue-number: ${{ steps.meta.outputs.pr-number }}
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Post failure comment
130130
if: failure()
131-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
131+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
132132
with:
133133
comment-id: ${{ steps.find-comment.outputs.comment-id }}
134134
issue-number: ${{ steps.meta.outputs.pr-number }}

0 commit comments

Comments
 (0)