Skip to content

Commit f51a7d8

Browse files
chore: bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@23ff157...71345be) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1dadb7a commit f51a7d8

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@23ff15729ef2fc348714a3bb66d2f655ca9066f2
41+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
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@23ff15729ef2fc348714a3bb66d2f655ca9066f2
36+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
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@23ff15729ef2fc348714a3bb66d2f655ca9066f2
126+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
127127
with:
128128
issue-number: ${{ github.event.issue.number }}
129129
body: "${{ steps.run-performance-comparison-benchmarks.outputs.body }}"

0 commit comments

Comments
 (0)