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 c97a246 commit 9b29249Copy full SHA for 9b29249
.github/workflows/benchmark-comment.yml
@@ -41,7 +41,7 @@ jobs:
41
echo ::set-output name=body::$(cat ./pull-request-number.artifact)
42
# check if the previous comment exists
43
- name: find comment
44
- uses: peter-evans/find-comment@v1
+ uses: peter-evans/find-comment@v3
45
id: fc
46
with:
47
issue-number: ${{ steps.output-pull-request-number.outputs.body }}
0 commit comments