File tree Expand file tree Collapse file tree 3 files changed +511
-372
lines changed
Expand file tree Collapse file tree 3 files changed +511
-372
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,21 @@ jobs:
1111 python-version : ['3.10']
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1515
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v2
17+ uses : actions/setup-python@v5
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020
2121 - uses : Gr1N/setup-poetry@v9
22+ with :
23+ poetry-version : " 2.1.1"
2224
2325 - name : Check dependencies
2426 run : make doctor
2527
26- - uses : actions/cache@v2
28+ - uses : actions/cache@v4
2729 with :
2830 path : .venv
2931 key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ $(DEPENDENCIES): poetry.lock
4040
4141ifndef CI
4242poetry.lock : pyproject.toml
43- poetry lock --no-update
43+ poetry lock
4444 @ touch $@
4545endif
4646
You can’t perform that action at this time.
0 commit comments