File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Setup Graphviz
2323 run : sudo apt update && sudo apt install -y graphviz
2424 - name : Setup Python
25- uses : actions/setup-python@v6
25+ uses : actions/setup-python@v7
2626 with :
2727 python-version : ' 3.10'
2828 - name : Install Python dependencies
5858 latexmk
5959 xindy
6060 - name : Setup Python
61- uses : actions/setup-python@v6
61+ uses : actions/setup-python@v7
6262 with :
6363 python-version : ' 3.10'
6464 - name : Install Python dependencies
Original file line number Diff line number Diff line change 2525 with :
2626 ref : ${{ github.event.client_payload.branch }}
2727 - name : Set up Python
28- uses : actions/setup-python@v6
28+ uses : actions/setup-python@v7
2929 with :
3030 python-version : 3.13
3131 - name : Install Python dependencies
Original file line number Diff line number Diff line change 1212 - name : Clone repository
1313 uses : actions/checkout@v7
1414 - name : Set up Python
15- uses : actions/setup-python@v6
15+ uses : actions/setup-python@v7
1616 with :
1717 python-version : ' 3.13'
1818 - name : Install Python dependencies
3131 - name : Set up Graphviz
3232 run : sudo apt update && sudo apt install -y graphviz
3333 - name : Set up Python
34- uses : actions/setup-python@v6
34+ uses : actions/setup-python@v7
3535 with :
3636 python-version : ' 3.13'
3737 - name : Install Python dependencies
You can’t perform that action at this time.
0 commit comments