From d44e94b7c074e7a127d9f818ff77dc79530001f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 04:58:54 +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 1.0.4 to 2.0.0. - [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/v1.0.4...v2.0.0) --- updated-dependencies: - dependency-name: impresscms-dev/generate-phpdocs-with-evert-phpdoc-md-action dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bacfaa3d..4f99cb85 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@v1.0.4 + uses: impresscms-dev/generate-phpdocs-with-evert-phpdoc-md-action@v2.0.0 with: ignored_files: ${{ inputs.ignored_files }} output_path: ${{ env.NEW_WIKI_CHECKOUT_PATH }}