File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 fetch-depth : 0
1919
2020 - name : Setup Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.12'
2424 cache : " pip"
Original file line number Diff line number Diff line change 2525 sudo apt install pandoc doxygen
2626
2727 - name : Setup Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ' 3.12'
3131 cache : " pip"
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.12"
1919 cache : " pip"
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020
2121 - name : Install Python 3.12
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ' 3.12'
2525 cache : " pip"
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020
2121 - name : Install Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ' 3.12'
2525 cache : " pip"
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4
2424
2525 - name : Install Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 cache : " pip"
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4
2424
2525 - name : Install Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 cache : " pip"
You can’t perform that action at this time.
0 commit comments