From cdfe60ba03bc347cad8ed8886fef6bb6214f1b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:29:13 +0000 Subject: [PATCH] Bump phpDocumentor/.github/.github/workflows/code-coverage.yml Bumps [phpDocumentor/.github/.github/workflows/code-coverage.yml](https://github.com/phpdocumentor/.github) from 0.8 to 0.9. - [Release notes](https://github.com/phpdocumentor/.github/releases) - [Commits](https://github.com/phpdocumentor/.github/compare/v0.8...v0.9) --- updated-dependencies: - dependency-name: phpDocumentor/.github/.github/workflows/code-coverage.yml dependency-version: '0.9' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/integrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 23373715..76bf4e7e 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy jobs: code-coverage: name: "Code Coverage" - uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.8" + uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.9" with: composer-root-version: "5.x-dev"