Skip to content

Commit 8440b41

Browse files
Chore(deps): Bump peter-evans/create-or-update-comment
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e48484f commit 8440b41

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/enforce-draft-pr-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
gh pr ready --undo "$PR_NUMBER" --repo "${{ github.repository }}"
5353
5454
- name: Add comment explaining draft status
55-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
55+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
5656
with:
5757
token: ${{ steps.get-app-token.outputs.token }}
5858
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/uv-lock-command.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Append comment with job run link
7676
id: first-comment-action
77-
uses: peter-evans/create-or-update-comment@v5
77+
uses: peter-evans/create-or-update-comment@v5.0.0
7878
with:
7979
comment-id: ${{ github.event.inputs.comment-id }}
8080
issue-number: ${{ github.event.inputs.pr }}
@@ -120,7 +120,7 @@ jobs:
120120
git push contributor HEAD:${{ steps.vars.outputs.pr-source-git-branch }}
121121
122122
- name: Append success comment
123-
uses: peter-evans/create-or-update-comment@v5
123+
uses: peter-evans/create-or-update-comment@v5.0.0
124124
if: steps.git-diff.outputs.changes == 'true'
125125
with:
126126
comment-id: ${{ steps.first-comment-action.outputs.comment-id }}
@@ -129,7 +129,7 @@ jobs:
129129
> `uv lock` applied successfully.
130130
131131
- name: Append success comment (no-op)
132-
uses: peter-evans/create-or-update-comment@v5
132+
uses: peter-evans/create-or-update-comment@v5.0.0
133133
if: steps.git-diff.outputs.changes != 'true'
134134
with:
135135
comment-id: ${{ steps.first-comment-action.outputs.comment-id }}
@@ -138,7 +138,7 @@ jobs:
138138
> Job completed successfully (no changes).
139139
140140
- name: Append failure comment
141-
uses: peter-evans/create-or-update-comment@v5
141+
uses: peter-evans/create-or-update-comment@v5.0.0
142142
if: failure()
143143
with:
144144
comment-id: ${{ steps.first-comment-action.outputs.comment-id }}

0 commit comments

Comments
 (0)