File tree Expand file tree Collapse file tree 5 files changed +173
-52
lines changed
Expand file tree Collapse file tree 5 files changed +173
-52
lines changed Original file line number Diff line number Diff line change 4141 run : poetry config virtualenvs.in-project true
4242
4343 - name : Set up cache
44- uses : actions/cache@v3
44+ uses : actions/cache@v4
4545 id : cache
4646 with :
4747 path : .venv
Original file line number Diff line number Diff line change 1313 name : Check code/doc formatting
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
17- - uses : actions/setup-python@v4
18- - uses : pre-commit/action@v2 .0.3
16+ - uses : actions/checkout@v4
17+ - uses : actions/setup-python@v5
18+ - uses : pre-commit/action@v3 .0.1
Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v4
2525
2626 - name : Set up Python 3.10
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v5
2828 with :
2929 python-version : " 3.10"
3030
You can’t perform that action at this time.
0 commit comments