diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ffbd1b7b0..8401faef4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -114,7 +114,7 @@ jobs: - name: Create comment if: ${{ steps.fc.outputs.comment-id == 0 }} - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 continue-on-error: true with: issue-number: ${{ github.event.pull_request.number }} @@ -122,7 +122,7 @@ jobs: - name: Update comment if: ${{ steps.fc.outputs.comment-id != 0 }} - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 continue-on-error: true with: comment-id: ${{ steps.fc.outputs.comment-id }}