@@ -3,7 +3,7 @@ name: check
33on : push
44
55env :
6- POETRY_VERSION : " 1.6 .1"
6+ POETRY_VERSION : " 1.7 .1"
77
88jobs :
99 check :
@@ -19,16 +19,16 @@ jobs:
1919 usable-python-version : " 3.10"
2020 - python-version : " 3.11"
2121 usable-python-version : " 3.11"
22- - python-version : " 3.12-dev "
22+ - python-version : " 3.12"
2323 usable-python-version : " 3.12"
2424
2525 steps :
26- - uses : actions/checkout@v2
27- - uses : actions/setup-python@v4
26+ - uses : actions/checkout@v4
27+ - uses : actions/setup-python@v5
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 - name : Run image
31- uses : abatilo/actions-poetry@v2.1.6
31+ uses : abatilo/actions-poetry@v2.3.0
3232 with :
3333 poetry-version : ${{ env.POETRY_VERSION }}
3434 - run : poetry config virtualenvs.in-project true
@@ -48,12 +48,12 @@ jobs:
4848 lint :
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@v2
52- - uses : actions/setup-python@v4
51+ - uses : actions/checkout@v4
52+ - uses : actions/setup-python@v5
5353 with :
5454 python-version : " 3.8"
5555 - name : Run image
56- uses : abatilo/actions-poetry@v2.1.6
56+ uses : abatilo/actions-poetry@v2.3.0
5757 with :
5858 poetry-version : ${{ env.POETRY_VERSION }}
5959 - run : poetry config virtualenvs.in-project true
0 commit comments