From 15e6897796e627eb20796e26412940be488eb284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimondas=20Rimkevi=C4=8Dius=20=28aka=20MekDrop=29?= Date: Sat, 28 Mar 2026 06:15:27 +0200 Subject: [PATCH] docs: bump README action example to v1.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e361fca..a6683c0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ jobs: run: composer install --no-progress --prefer-dist --optimize-autoloader - name: Generating documentation... - uses: impresscms-dev/generate-phpdocs-with-clean-phpdoc-md-action@v1.0.0 + uses: impresscms-dev/generate-phpdocs-with-clean-phpdoc-md-action@v1.1 with: class_root_namespace: ImpressCMS\ included_classes: ImpressCMS\**