From b3bbe2816c94e2f7fe75a50c85a5089bfbbada20 Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Fri, 2 Jan 2026 16:36:05 +0100 Subject: [PATCH 1/3] Update translation badge Signed-off-by: Liviu-Mihail Concioiu --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aaaeee1d3..5376b7adc 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ propagated to generated documents. You can also translate online at and your changes will be merged to Git. -.. image:: https://hosted.weblate.org/widgets/phpmyadmin/-/svg-badge.svg +.. image:: https://hosted.weblate.org/widget/phpmyadmin/documentation/svg-badge.svg :alt: Translation status :target: https://hosted.weblate.org/engage/phpmyadmin/?utm_source=widget From 931ad61dc78deec34ec35cfd6c788c077a559b47 Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Fri, 2 Jan 2026 16:38:08 +0100 Subject: [PATCH 2/3] Remove tracking param Signed-off-by: Liviu-Mihail Concioiu --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5376b7adc..6b804fa57 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ will be merged to Git. .. image:: https://hosted.weblate.org/widget/phpmyadmin/documentation/svg-badge.svg :alt: Translation status - :target: https://hosted.weblate.org/engage/phpmyadmin/?utm_source=widget + :target: https://hosted.weblate.org/engage/phpmyadmin/ .. image:: https://github.com/phpmyadmin/localized_docs/actions/workflows/build.yml/badge.svg?branch=master :alt: Build documentation From e5396dd9b3e156b0dfa60d75aec468c90403a34a Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Fri, 2 Jan 2026 16:46:29 +0100 Subject: [PATCH 3/3] Bump GitHub action Signed-off-by: Liviu-Mihail Concioiu --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 414a80d4d..dcc80e312 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: name: Build the documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - name: Install Sphinx