From f8ea2f80bdcd0b0dfc2d4bed19ee85f562c50384 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 19 Apr 2023 22:47:01 +0100 Subject: [PATCH] chore: upgrade peter-evans/create-or-update-comment --- .github/workflows/nextjs_bundle_analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index b64caebb..3674bec9 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -117,14 +117,14 @@ jobs: body-includes: "" - name: Create Comment - uses: peter-evans/create-or-update-comment@v2.1.1 + uses: peter-evans/create-or-update-comment@v3 if: success() && github.event.number && steps.fc.outputs.comment-id == 0 with: issue-number: ${{ github.event.number }} body: ${{ steps.get-comment-body.outputs.body }} - name: Update Comment - uses: peter-evans/create-or-update-comment@v2.1.1 + uses: peter-evans/create-or-update-comment@v3 if: success() && github.event.number && steps.fc.outputs.comment-id != 0 with: issue-number: ${{ github.event.number }}