Skip to content

Commit 607fb33

Browse files
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](phpDocumentor/.github@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] <[email protected]>
1 parent 6f00a54 commit 607fb33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integrate.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121

2222
coding-standards:
2323
name: "Coding Standards"
24-
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.4.0"
24+
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.5.0"
2525
with:
2626
composer-root-version: "1.x-dev"
2727

2828
dependency-analysis:
2929
name: "Dependency analysis"
30-
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.4.0"
30+
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.5.0"
3131
with:
3232
composer-root-version: "1.x-dev"
3333

@@ -39,7 +39,7 @@ jobs:
3939

4040
static-analysis:
4141
name: "Static analysis"
42-
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.4.0"
42+
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.5.0"
4343
with:
4444
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
4545
composer-root-version: "1.x-dev"

0 commit comments

Comments
 (0)