File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
uses : actions/setup-python@v5
50
50
with :
51
51
python-version : " 3.11"
52
- - uses : actions/cache@v3
52
+ - uses : actions/cache@v4
53
53
id : cache
54
54
with :
55
55
path : ${{ env.pythonLocation }}
63
63
pip install git+https://${{ secrets.SQLMODEL_MKDOCS_MATERIAL_INSIDERS }}@github.com/squidfunk/mkdocs-material-insiders.git
64
64
pip install git+https://${{ secrets.SQLMODEL_MKDOCS_MATERIAL_INSIDERS }}@github.com/pawamoy-insiders/griffe-typing-deprecated.git
65
65
pip install git+https://${{ secrets.SQLMODEL_MKDOCS_MATERIAL_INSIDERS }}@github.com/pawamoy-insiders/mkdocstrings-python.git
66
- - uses : actions/cache@v3
66
+ - uses : actions/cache@v4
67
67
with :
68
68
key : mkdocs-cards-${{ github.ref }}
69
69
path : .cache
Original file line number Diff line number Diff line change 47
47
if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
48
48
with :
49
49
limit-access-to-actor : true
50
- - uses : actions/cache@v3
50
+ - uses : actions/cache@v4
51
51
id : cache
52
52
with :
53
53
path : ${{ env.pythonLocation }}
You can’t perform that action at this time.
0 commit comments