File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 fi
115115 - name : Pytest coverage comment
116116 id : coverageComment
117- uses : MishaKav/pytest-coverage-comment@v1.6.0
117+ uses : MishaKav/pytest-coverage-comment@v1.7.1
118118 with :
119119 pytest-coverage-path : ./pytest-coverage.txt
120120 pytest-xml-coverage-path : ./coverage.xml
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 fi
115115 - name : Pytest coverage comment
116116 id : coverageComment
117- uses : MishaKav/pytest-coverage-comment@v1.6.0
117+ uses : MishaKav/pytest-coverage-comment@v1.7.1
118118 with :
119119 pytest-coverage-path : ./pytest-coverage.txt
120120 pytest-xml-coverage-path : ./coverage.xml
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 run : poetry run task testcixml
102102 - name : Pytest coverage comment
103103 id : coverageComment
104- uses : MishaKav/pytest-coverage-comment@v1.6.0
104+ uses : MishaKav/pytest-coverage-comment@v1.7.1
105105 with :
106106 pytest-coverage-path : ./pytest-coverage.txt
107107 pytest-xml-coverage-path : ./coverage.xml
Original file line number Diff line number Diff line change 8888 } >> "$GITHUB_OUTPUT"
8989
9090 - name : Create Release
91- uses : softprops/action-gh-release@v2.5 .0
91+ uses : softprops/action-gh-release@v2.6 .0
9292 with :
9393 tag_name : v${{ steps.update_version.outputs.new_version }}
9494 name : mkdocs-macros-utils-v${{ steps.update_version.outputs.new_version }}
You can’t perform that action at this time.
0 commit comments