Skip to content

Commit e03361c

Browse files
authored
Merge pull request #196 from phpDocumentor/dependabot/github_actions/phpDocumentor/dot-github-0.5.0
Bump phpDocumentor/.github from 0.4.0 to 0.5.0
2 parents 6f00a54 + 607fb33 commit e03361c

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)