Skip to content

Commit 3907215

Browse files
chore: bump peter-evans/create-or-update-comment from 3.0.0 to 3.0.1 (#8736)
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@3383acd...ca08ebd) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6763f2 commit 3907215

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/performance-comparison-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "body=$body" >> $GITHUB_OUTPUT
3939
4040
- name: Create comment
41-
uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666
41+
uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b
4242
with:
4343
issue-number: ${{ github.event.pull_request.number }}
4444
body: "${{ steps.parse-comment-template-into-gh-output.outputs.body }}"

.github/workflows/performance-comparison.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: Add reaction
36-
uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666
36+
uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b
3737
with:
3838
comment-id: ${{ github.event.comment.id }}
3939
reactions: rocket
@@ -123,7 +123,7 @@ jobs:
123123
echo "body=$body" >> $GITHUB_OUTPUT
124124
125125
- name: Create comment
126-
uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666
126+
uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b
127127
with:
128128
issue-number: ${{ github.event.issue.number }}
129129
body: "${{ steps.run-performance-comparison-benchmarks.outputs.body }}"

0 commit comments

Comments
 (0)