File tree 4 files changed +175
-106
lines changed
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 14
14
uses : actions/checkout@v3
15
15
16
16
- name : Run Labeler
17
- uses : crazy-max/ghaction-github-labeler@v4.0 .0
17
+ uses : crazy-max/ghaction-github-labeler@v4.1 .0
18
18
with :
19
19
skip-delete : true
Original file line number Diff line number Diff line change 39
39
- name : Detect and tag new version
40
40
id : check-version
41
41
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
43
43
with :
44
44
version-command : |
45
45
bash -o pipefail -c "poetry version | awk '{ print \$2 }'"
71
71
# repository_url: https://test.pypi.org/legacy/
72
72
73
73
- name : Publish the release notes
74
- uses : release-drafter/release-drafter@v5.20.0
74
+ uses : release-drafter/release-drafter@v5.21.1
75
75
with :
76
76
publish : ${{ steps.check-version.outputs.tag != '' }}
77
77
tag : ${{ steps.check-version.outputs.tag }}
You can’t perform that action at this time.
0 commit comments