File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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.8 "
16+ uses : " phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.9 "
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.8 "
44+ uses : " phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.9 "
4545 with :
4646 php-version : " 8.2"
4747
4848 lint-root :
4949 name : " Lint root"
50- uses : " phpDocumentor/.github/.github/workflows/lint.yml@v0.8 "
50+ uses : " phpDocumentor/.github/.github/workflows/lint.yml@v0.9 "
5151 with :
5252 php-version : " 8.2"
5353 composer-options : " --no-check-publish --ansi"
@@ -61,11 +61,11 @@ jobs:
6161
6262 unit-tests :
6363 name : " Unit test"
64- uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8 "
64+ uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9 "
6565
6666 integration-tests :
6767 name : " Integration test"
68- uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8 "
68+ uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9 "
6969 needs : " unit-tests"
7070 with :
7171 test-suite : " integration"
You can’t perform that action at this time.
0 commit comments