From 583a259eb661b2e90dfe70bf25bb88c216b2e07f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:04:27 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20DavidAnson/ma?= =?UTF-8?q?rkdownlint-cli2-action=20action=20to=20v24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint-markdown-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-markdown-files.yml b/.github/workflows/lint-markdown-files.yml index 475827e..77f0f25 100644 --- a/.github/workflows/lint-markdown-files.yml +++ b/.github/workflows/lint-markdown-files.yml @@ -20,7 +20,7 @@ jobs: - name: Check out 🎉 uses: actions/checkout@v7.0.1 - name: Run `markdownlint` 🎨 - uses: DavidAnson/markdownlint-cli2-action@v19.1.0 + uses: DavidAnson/markdownlint-cli2-action@v24.1.0 with: config: .markdownlint.jsonc globs: '**/*.md' From c14d5a90f637a1f034522338b37c6ba6d9f55f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Paduszy=C5=84ski?= <92403542+paduszyk@users.noreply.github.com> Date: Thu, 23 Jul 2026 08:26:37 +0200 Subject: [PATCH 2/3] Update README with test sentence for CI Added a test sentence to trigger CI. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 69cdefd..c8cef1f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ ## Summary +A test sentence added to trigger CI. + This package provides a few simple utilities to apply the official [Gitmoji Guide][gitmoji-website] in Python libraries. It may potentially serve as a helper in projects related to version control systems, versioning, and From d3885c8ab2d5bf45ae48117c4a56527a5023a95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Paduszy=C5=84ski?= Date: Thu, 23 Jul 2026 08:29:50 +0200 Subject: [PATCH 3/3] Revert "Update README with test sentence for CI" This reverts commit c14d5a90f637a1f034522338b37c6ba6d9f55f8a. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c8cef1f..69cdefd 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ ## Summary -A test sentence added to trigger CI. - This package provides a few simple utilities to apply the official [Gitmoji Guide][gitmoji-website] in Python libraries. It may potentially serve as a helper in projects related to version control systems, versioning, and