aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-02-26 07:32:12 -0700
committerGitHub <noreply@github.com>2023-02-26 07:32:12 -0700
commitcb2d72d7ec840fb56ce7249bc21ffad565ea5335 (patch)
treeb6f7344bdedf7dded15b9306ee3b97c44603eabe
parentebe3fde260f5fd12757e09e2f7a886b7f3b18e1e (diff)
chore(deps): update peter-evans/find-comment digest to 034abe9 (#9401)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/openapi.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml
index 5ba53af86..aa2e0417f 100644
--- a/.github/workflows/openapi.yml
+++ b/.github/workflows/openapi.yml
@@ -103,7 +103,7 @@ jobs:
body="${body//$'\r'/'%0D'}"
echo ::set-output name=body::$body
- name: Find difference comment
- uses: peter-evans/find-comment@85a676a52594b4481e0532825a2d8906ef96dac2 # v2
+ uses: peter-evans/find-comment@034abe94d3191f9c89d870519735beae326f2bdb # v2
id: find-comment
with:
issue-number: ${{ github.event.pull_request.number }}