From 607fb33645599aa1d0a986b13d4a9bc45e532a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:23:13 +0000 Subject: [PATCH] Bump phpDocumentor/.github from 0.4.0 to 0.5.0 Bumps [phpDocumentor/.github](https://github.com/phpdocumentor/.github) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/phpdocumentor/.github/releases) - [Commits](https://github.com/phpdocumentor/.github/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: phpDocumentor/.github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/integrate.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 6a4faf8..12aadd0 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -21,13 +21,13 @@ jobs: coding-standards: name: "Coding Standards" - uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.4.0" + uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.5.0" with: composer-root-version: "1.x-dev" dependency-analysis: name: "Dependency analysis" - uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.4.0" + uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.5.0" with: composer-root-version: "1.x-dev" @@ -39,7 +39,7 @@ jobs: static-analysis: name: "Static analysis" - uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.4.0" + uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.5.0" with: php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix" composer-root-version: "1.x-dev"