Skip to content

Commit

Permalink
Merge pull request #196 from phpDocumentor/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…phpDocumentor/dot-github-0.5.0

Bump phpDocumentor/.github from 0.4.0 to 0.5.0
  • Loading branch information
jaapio authored Dec 24, 2023
2 parents 6f00a54 + 607fb33 commit e03361c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"
Expand Down

0 comments on commit e03361c

Please sign in to comment.