Skip to content

Commit 4704863

Browse files
angular-robotmmalerba
authored andcommitted
build: update peter-evans/create-or-update-comment action to v5 (angular#64211)
See associated pull request for more information. PR Close angular#64211
1 parent 8146fc2 commit 4704863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark-compare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
exit: true
2020

2121
# Indicate that the benchmark command was received.
22-
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
22+
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
2323
with:
2424
comment-id: ${{github.event.comment.id}}
2525
token: '${{secrets.BENCHMARK_POST_RESULTS_GITHUB_TOKEN}}'
@@ -53,7 +53,7 @@ jobs:
5353
id: benchmark
5454
name: Running benchmark
5555

56-
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
56+
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
5757
with:
5858
issue-number: ${{github.event.issue.number}}
5959
token: '${{secrets.BENCHMARK_POST_RESULTS_GITHUB_TOKEN}}'

0 commit comments

Comments
 (0)