Skip to content

Commit d0f8800

Browse files
Merge pull request #566 from phpDocumentor/dependabot/github_actions/phpDocumentor/dot-github-0.7
Build(deps): bump phpDocumentor/.github from 0.6 to 0.7
2 parents 66a2037 + 57cf7df commit d0f8800

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integrate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
1313
jobs:
1414
code-coverage:
1515
name: "Code Coverage"
16-
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.6"
16+
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.7"
1717
with:
1818
php-version: "8.2"
1919

@@ -41,13 +41,13 @@ jobs:
4141

4242
dependency-analysis:
4343
name: "Dependency analysis"
44-
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.6"
44+
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.7"
4545
with:
4646
php-version: "8.2"
4747

4848
lint-root:
4949
name: "Lint root"
50-
uses: "phpDocumentor/.github/.github/workflows/lint.yml@v0.6"
50+
uses: "phpDocumentor/.github/.github/workflows/lint.yml@v0.7"
5151
with:
5252
php-version: "8.2"
5353
composer-options: "--no-check-publish --ansi"

0 commit comments

Comments
 (0)