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 6fac716 commit f784005Copy full SHA for f784005
.github/workflows/openapi-diff.yml
@@ -41,7 +41,7 @@ jobs:
41
issue-number: ${{ github.event.pull_request.number }}
42
body-includes: "## OpenAPI Changes"
43
- name: Post changes as comment
44
- uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3
+ uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
45
# Even if no changes, make sure to update old comment if it was found.
46
if: steps.oasdif_summary.outputs.summary || steps.find_comment.outputs.comment-id
47
with:
0 commit comments