File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 with :
3333 virtualenvs-create : true
3434 virtualenvs-in-project : true
35- - uses : actions/setup-python@v5.4 .0
35+ - uses : actions/setup-python@v5.6 .0
3636 with :
3737 python-version : ' 3.10'
3838 cache : ' poetry'
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4.2.2
2424 - name : Install dependencies, build docs and coverage report
2525 run : python3 -m pip install --upgrade pip && python3 -m pip install poetry
26- - uses : actions/setup-python@v5.4 .0
26+ - uses : actions/setup-python@v5.6 .0
2727 with :
2828 python-version : ' 3.10'
2929 cache : ' poetry'
Original file line number Diff line number Diff line change 2828 submodules : ' true'
2929 - name : Install dependencies, build docs and coverage report
3030 run : python3 -m pip install --upgrade pip && python3 -m pip install poetry
31- - uses : actions/setup-python@v5.4 .0
31+ - uses : actions/setup-python@v5.6 .0
3232 with :
3333 python-version : ' 3.10'
3434 cache : ' poetry'
Original file line number Diff line number Diff line change 3939 - uses : actions/checkout@v4.2.2
4040 - name : Install poetry
4141 run : python3 -m pip install --upgrade pip && python3 -m pip install poetry
42- - uses : actions/setup-python@v5.4 .0
42+ - uses : actions/setup-python@v5.6 .0
4343 with :
4444 python-version : ' 3.10'
4545 - name : Install dependencies and check code
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4.2.2
1616 - name : Install poetry
1717 run : python3 -m pip install --upgrade pip && python3 -m pip install poetry
18- - uses : actions/setup-python@v5.4 .0
18+ - uses : actions/setup-python@v5.6 .0
1919 with :
2020 python-version : ' 3.10'
2121 - name : Build package
You can’t perform that action at this time.
0 commit comments