File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ jobs:
1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414
15- - uses : actions/setup-python@v2
15+ - uses : actions/setup-python@v5
1616 with :
17- python-version : " 3.10 "
17+ python-version : " 3.12 "
1818
19- - uses : actions/cache@v2
19+ - uses : actions/cache@v4
2020 with :
2121 path : ~/.local
22- key : poetry-1.2.2
22+ key : poetry-1.8.0
2323
2424 - uses : snok/install-poetry@v1
2525 with :
26- version : 1.2.2
26+ version : 1.8.0
2727 virtualenvs-create : true
2828 virtualenvs-in-project : true
2929
30- - uses : actions/cache@v2
30+ - uses : actions/cache@v4
3131 id : cache-deps
3232 with :
3333 path : .venv
Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ jobs:
1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414
15- - uses : actions/setup-python@v2
15+ - uses : actions/setup-python@v5
1616 with :
17- python-version : " 3.10 "
17+ python-version : " 3.12 "
1818
19- - uses : actions/cache@v2
19+ - uses : actions/cache@v4
2020 with :
2121 path : ~/.local
22- key : poetry-1.2.2
22+ key : poetry-1.8.0
2323
2424 - uses : snok/install-poetry@v1
2525 with :
26- version : 1.2.2
26+ version : 1.8.0
2727 virtualenvs-create : true
2828 virtualenvs-in-project : true
2929
30- - uses : actions/cache@v2
30+ - uses : actions/cache@v4
3131 id : cache-deps
3232 with :
3333 path : .venv
You can’t perform that action at this time.
0 commit comments