Commit 35297ce3ef for openssl.org

commit 35297ce3ef6d309577ef42af003f198555c8c271
Author: Eugene Syromiatnikov <esyr@openssl.org>
Date:   Mon Aug 17 15:13:37 2026 +0200

    Revert ".github/workflows/ci-doc-changes.yml: pin mdl to 0.17.0"

    This reverts commit 1a3455e2ce39 ".github/workflows/ci-doc-changes.yml:
    pin mdl to 0.17.0":  mdl 0.18.1, that contains the fix[1]
    for the issue[2], is now in the gem repository[3], so the pin
    can be removed.

    [1] https://github.com/markdownlint/markdownlint/pull/606
    [2] https://github.com/markdownlint/markdownlint/issues/605
    [3] https://rubygems.org/gems/mdl/versions/0.18.1

    Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
    Reviewed-by: Milan Broz <mbroz@openssl.org>
    Reviewed-by: Mounir Idrassi <mounir.idrassi@idrix.fr>
    Merge-date: Wed Aug 19 10:49:48 2026
    Merged-from: https://github.com/openssl/openssl/pull/32408

diff --git a/.github/workflows/ci-doc-changes.yml b/.github/workflows/ci-doc-changes.yml
index fc05af5bcf..08919fc323 100644
--- a/.github/workflows/ci-doc-changes.yml
+++ b/.github/workflows/ci-doc-changes.yml
@@ -32,9 +32,7 @@ jobs:
       run: make help
     - name: make md-nits
       run: |
-          # mdl 0.18.0 is incompatible with the runner's uri 0.12.x.
-          # See https://github.com/markdownlint/markdownlint/issues/605
-          sudo gem install mdl -v 0.17.0
+          sudo gem install mdl
           make md-nits

   # out-of-source-and-install checks multiple things at the same time: