@@ -3,7 +3,7 @@ name: check
3
3
on : push
4
4
5
5
env :
6
- POETRY_VERSION : " 1.6 .1"
6
+ POETRY_VERSION : " 1.7 .1"
7
7
8
8
jobs :
9
9
check :
@@ -19,16 +19,16 @@ jobs:
19
19
usable-python-version : " 3.10"
20
20
- python-version : " 3.11"
21
21
usable-python-version : " 3.11"
22
- - python-version : " 3.12-dev "
22
+ - python-version : " 3.12"
23
23
usable-python-version : " 3.12"
24
24
25
25
steps :
26
- - uses : actions/checkout@v2
27
- - uses : actions/setup-python@v4
26
+ - uses : actions/checkout@v4
27
+ - uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
30
- name : Run image
31
- uses : abatilo/actions-poetry@v2.1.6
31
+ uses : abatilo/actions-poetry@v2.3.0
32
32
with :
33
33
poetry-version : ${{ env.POETRY_VERSION }}
34
34
- run : poetry config virtualenvs.in-project true
@@ -48,12 +48,12 @@ jobs:
48
48
lint :
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/checkout@v2
52
- - uses : actions/setup-python@v4
51
+ - uses : actions/checkout@v4
52
+ - uses : actions/setup-python@v5
53
53
with :
54
54
python-version : " 3.8"
55
55
- name : Run image
56
- uses : abatilo/actions-poetry@v2.1.6
56
+ uses : abatilo/actions-poetry@v2.3.0
57
57
with :
58
58
poetry-version : ${{ env.POETRY_VERSION }}
59
59
- run : poetry config virtualenvs.in-project true
0 commit comments