File tree Expand file tree Collapse file tree 4 files changed +175
-106
lines changed Expand file tree Collapse file tree 4 files changed +175
-106
lines changed Original file line number Diff line number Diff line change 1- pip==22.2 .1
2- nox==2022.1 .7
3- nox-poetry==1.0.1
4- poetry==1.1.14
5- virtualenv==20.16.2
1+ pip==22.3 .1
2+ nox==2022.8 .7
3+ nox-poetry==1.0.2
4+ poetry==1.2.2
5+ virtualenv==20.16.7
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v3
1515
1616 - name : Run Labeler
17- uses : crazy-max/ghaction-github-labeler@v4.0 .0
17+ uses : crazy-max/ghaction-github-labeler@v4.1 .0
1818 with :
1919 skip-delete : true
Original file line number Diff line number Diff line change 3939 - name : Detect and tag new version
4040 id : check-version
4141 if : steps.check-parent-commit.outputs.sha
42- uses : salsify/action-detect-and-tag-new-version@v2.0.1
42+ uses : salsify/action-detect-and-tag-new-version@v2.0.2
4343 with :
4444 version-command : |
4545 bash -o pipefail -c "poetry version | awk '{ print \$2 }'"
7171 # repository_url: https://test.pypi.org/legacy/
7272
7373 - name : Publish the release notes
74- uses : release-drafter/release-drafter@v5.20.0
74+ uses : release-drafter/release-drafter@v5.21.1
7575 with :
7676 publish : ${{ steps.check-version.outputs.tag != '' }}
7777 tag : ${{ steps.check-version.outputs.tag }}
You can’t perform that action at this time.
0 commit comments