File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ permissions:
2525
2626jobs :
2727 docs :
28- uses : pimcore/workflows-collection-public/.github/workflows/reusable-docs.yaml@reusable-workflows
28+ uses : pimcore/workflows-collection-public/.github/workflows/reusable-docs.yaml@main
2929 with :
3030 docs_path : " doc"
3131 secrets :
Original file line number Diff line number Diff line change 4646 uses : actions/checkout@v4
4747 with :
4848 repository : pimcore/workflows-collection-public
49- ref : reusable-workflows
49+ ref : main
5050 path : reusable-workflows
5151
5252 - name : Parse PHP versions from composer.json
7474
7575 static-analysis :
7676 needs : setup-matrix
77- uses : pimcore/workflows-collection-public/.github/workflows/reusable-static-analysis-unified.yaml@reusable-workflows
77+ uses : pimcore/workflows-collection-public/.github/workflows/reusable-static-analysis-unified.yaml@main
7878 with :
7979 phpstan_matrix : ${{ needs.setup-matrix.outputs.phpstan_matrix }}
8080 private_repo : ${{ needs.setup-matrix.outputs.private_repo }}
You can’t perform that action at this time.
0 commit comments