File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- poetry==1.5 .1
1+ poetry==1.6 .1
Original file line number Diff line number Diff line change 11pip==23.2.1
22nox==2023.4.22
3- nox-poetry==1.0.2
3+ nox-poetry==1.0.3
44virtualenv==20.24.2
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.1 .0
17+ uses : crazy-max/ghaction-github-labeler@v4.3 .0
1818 with :
1919 skip-delete : true
Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ jobs:
5757
5858 - name : Publish package on PyPI
5959 if : steps.check-version.outputs.tag
60- uses : pypa/gh-action-pypi-publish@v1.8.8
60+ uses : pypa/gh-action-pypi-publish@v1.8.10
6161 with :
6262 user : __token__
6363 password : ${{ secrets.PYPI_TOKEN }}
6464
6565 - name : Publish package on TestPyPI
6666 if : " ! steps.check-version.outputs.tag"
67- uses : pypa/gh-action-pypi-publish@v1.8.8
67+ uses : pypa/gh-action-pypi-publish@v1.8.10
6868 with :
6969 user : __token__
7070 password : ${{ secrets.TEST_PYPI_TOKEN }}
Original file line number Diff line number Diff line change 3737 uses : actions/checkout@v3
3838
3939 - name : Set up Python ${{ matrix.python }}
40- uses : actions/setup-python@v3
40+ uses : actions/setup-python@v4
4141 with :
4242 python-version : ${{ matrix.python }}
4343
@@ -116,7 +116,7 @@ jobs:
116116 uses : actions/checkout@v3
117117
118118 - name : Set up Python
119- uses : actions/setup-python@v3
119+ uses : actions/setup-python@v4
120120 with :
121121 python-version : " 3.11"
122122
@@ -150,4 +150,4 @@ jobs:
150150 nox --session=coverage -- xml
151151
152152 - name : Upload coverage report
153- uses : codecov/codecov-action@v3.1.0
153+ uses : codecov/codecov-action@v3
You can’t perform that action at this time.
0 commit comments