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 7163adf commit 511e15aCopy full SHA for 511e15a
actions/package-size/action.yml
@@ -35,7 +35,7 @@ runs:
35
- name: Find Size Comment
36
# Only do commenting on non-forks. A fork does not have permissions for comments.
37
if: github.event.pull_request.head.repo.full_name == github.repository
38
- uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0
+ uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4.0.0
39
id: fc
40
with:
41
issue-number: ${{ inputs.pr_number }}
0 commit comments