File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - uses : actions/setup-python@v2
12+ - uses : actions/checkout@v6
13+ - uses : actions/setup-python@v6
1414 with :
1515 python-version : 3.x
1616 - run : pip install mkdocs>=1.1.2 mkdocs-material>=6.1.5 mkdocs-markdownextradata-plugin>=0.1.9
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 fail-fast : false
1515 matrix :
1616 python-version : [3.11]
17- poetry-version : [1 .3.1 ]
17+ poetry-version : [2 .3.2 ]
1818 os : [ubuntu-latest]
1919 runs-on : ${{ matrix.os }}
2020 steps :
21- - uses : actions/checkout@v2
22- - uses : actions/setup-python@v2
21+ - uses : actions/checkout@v6
22+ - uses : actions/setup-python@v6
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 - name : Run image
Original file line number Diff line number Diff line change 88 release :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
12- - uses : actions/setup-python@v1
11+ - uses : actions/checkout@v6
12+ - uses : actions/setup-python@v6
1313 with :
1414 python-version : ' 3.11'
1515 architecture : x64
2323 poetry version $(git describe --tags --abbrev=0)
2424 poetry build
2525 poetry publish --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }}
26-
27-
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 python-version : [3.11]
16- poetry-version : [1 .3.1 ]
16+ poetry-version : [2 .3.2 ]
1717 os : [ubuntu-latest]
1818 runs-on : ${{ matrix.os }}
1919 steps :
20- - uses : actions/checkout@v2
21- - uses : actions/setup-python@v2
20+ - uses : actions/checkout@v6
21+ - uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Run image
2828 - name : Install dependencies
2929 run : poetry install
3030 - name : Run tests
31- run : poetry run make test
31+ run : poetry run make test
You can’t perform that action at this time.
0 commit comments