We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cf12d commit 7bcae9fCopy full SHA for 7bcae9f
.github/workflows/Benchmarking.yml
@@ -59,14 +59,14 @@ jobs:
59
echo "DPPL_COMMIT_URL=$COMMIT_URL" >> $GITHUB_ENV
60
61
- name: Find Existing Comment
62
- uses: peter-evans/find-comment@v3
+ uses: peter-evans/find-comment@v4
63
id: find_comment
64
with:
65
issue-number: ${{ github.event.pull_request.number }}
66
comment-author: github-actions[bot]
67
68
- name: Post Benchmark Results as PR Comment
69
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
70
71
72
body: |
0 commit comments