Skip to content

Commit 12fb36f

Browse files
Update peter-evans/commit-comment action to v4
1 parent 7df1525 commit 12fb36f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
- name: Prepare comment on commit with link to performance results
325325
run: echo -e "Performance benchmarks succeeded! 🚀\n\n\[[Summarized results](https://comunica.github.io/comunica-performance-results/comunica-feature-link-traversal/${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}/benchmarks-total/)\] \[[Detailed results](https://comunica.github.io/comunica-performance-results/comunica-feature-link-traversal/${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}/benchmarks-detail/)\]" > ./commit-comment-body.txt
326326
- name: Comment on commit with link to performance results
327-
uses: peter-evans/commit-comment@v3
327+
uses: peter-evans/commit-comment@v4
328328
with:
329329
body-path: ./commit-comment-body.txt
330330

0 commit comments

Comments
 (0)