File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
1313jobs :
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"
You can’t perform that action at this time.
0 commit comments