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
6262 latexmk
6363 xindy
6464 - name : Setup Python
65- uses : actions/setup-python@v6
65+ uses : actions/setup-python@v7
6666 with :
6767 python-version : ' 3.10'
6868 - 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
3535 - name : Set up Graphviz
3636 run : sudo apt update && sudo apt install -y graphviz
3737 - name : Set up Python
38- uses : actions/setup-python@v6
38+ uses : actions/setup-python@v7
3939 with :
4040 python-version : ' 3.13'
4141 - name : Install Python dependencies
You can’t perform that action at this time.
0 commit comments