File tree Expand file tree Collapse file tree 4 files changed +1450
-1089
lines changed Expand file tree Collapse file tree 4 files changed +1450
-1089
lines changed Original file line number Diff line number Diff line change 55 test :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v3
8+ - uses : actions/checkout@v4
99 - name : Set up Python
1010 id : setup-python
11- uses : actions/setup-python@v3
11+ uses : actions/setup-python@v4
1212 with :
1313 python-version : ' 3.11.3'
1414 - name : Install Poetry
1919 installer-parallel : true
2020 - name : Load cached venv
2121 id : cached-poetry-dependencies
22- uses : actions/cache@v2
22+ uses : actions/cache@v4
2323 with :
2424 path : .venv
2525 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 7878 }
7979}
8080
81+
8182# -- Options for the linkcode extension --------------------------------------
8283# Resolve function
8384# This function is used to populate the (source) links in the API
You can’t perform that action at this time.
0 commit comments