From a60eeb2597ab441e9cb3132ec8008728b0a66798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:32:43 +0000 Subject: [PATCH] build(deps): bump impresscms-dev/generate-phpdocs-with-evert-phpdoc-md-action Bumps [impresscms-dev/generate-phpdocs-with-evert-phpdoc-md-action](https://github.com/impresscms-dev/generate-phpdocs-with-evert-phpdoc-md-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/impresscms-dev/generate-phpdocs-with-evert-phpdoc-md-action/releases) - [Commits](https://github.com/impresscms-dev/generate-phpdocs-with-evert-phpdoc-md-action/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: impresscms-dev/generate-phpdocs-with-evert-phpdoc-md-action dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7ab07bf3..2ea729ad 100644 --- a/action.yml +++ b/action.yml @@ -107,7 +107,7 @@ runs: if: inputs.engine == 'clean/phpdoc-md' - name: Generating new documentation with evert/phpdoc-md... - uses: impresscms-dev/generate-phpdocs-with-evert-phpdoc-md-action@v2.0.0 + uses: impresscms-dev/generate-phpdocs-with-evert-phpdoc-md-action@v2.0.1 with: ignored_files: ${{ inputs.ignored_files }} output_path: ${{ env.NEW_WIKI_CHECKOUT_PATH }}