From f89d7a2d6a1cf5d791955dbb15ec01f58a8584fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 13:19:23 +0000 Subject: [PATCH] Update peter-evans/create-or-update-comment action to v3 --- .github/workflows/comment_size.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment_size.yml b/.github/workflows/comment_size.yml index db1dbc1..7bf34bd 100644 --- a/.github/workflows/comment_size.yml +++ b/.github/workflows/comment_size.yml @@ -35,7 +35,7 @@ jobs: comment-author: 'github-actions[bot]' body-includes: APK Size - name: Publish size to PR - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: comment-id: ${{ steps.fc.outputs.comment-id }} issue-number: ${{ steps.size.outputs.PR_NUMBER }}