File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 contents : write
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v3
18- - uses : actions/setup-python@v4
17+ uses : actions/checkout@v4.1.7
18+ - uses : actions/setup-python@v5.2.0
1919 with :
2020 python-version : 3.11
2121 - name : Build and publish to pypi
22- uses : JRubics/poetry-publish@v1.17
22+ uses : JRubics/poetry-publish@v2.0
2323 with :
2424 pypi_token : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 2626
2727 # Steps represent a sequence of tasks that will be executed as part of the job
2828 steps :
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4.1.7
3030 - name : Set up Python ${{ matrix.python-version }}
31- uses : actions/setup-python@v4
31+ uses : actions/setup-python@v5.2.0
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 - name : Check with ruff
You can’t perform that action at this time.
0 commit comments