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 @@ -55,18 +55,18 @@ jobs:
5555 id : get_versions
5656 run : python scripts/get_upstream_versions.py
5757
58- - name : Update dependencies
58+ - name : Check for breaking changes
59+ id : breaking_changes
5960 env :
6061 OTEL_PYTHON_VERSION : ${{ steps.get_versions.outputs.otel_python_version }}
6162 OTEL_CONTRIB_VERSION : ${{ steps.get_versions.outputs.otel_contrib_version }}
62- run : python scripts/update_dependencies .py
63+ run : python scripts/find_breaking_changes .py
6364
64- - name : Check for breaking changes
65- id : breaking_changes
65+ - name : Update dependencies
6666 env :
6767 OTEL_PYTHON_VERSION : ${{ steps.get_versions.outputs.otel_python_version }}
6868 OTEL_CONTRIB_VERSION : ${{ steps.get_versions.outputs.otel_contrib_version }}
69- run : python scripts/find_breaking_changes .py
69+ run : python scripts/update_dependencies .py
7070
7171 - name : Check for changes and create PR
7272 id : check_changes
You can’t perform that action at this time.
0 commit comments