File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v7
1717
1818 - name : Setup Python
19- uses : actions/setup-python@v6
19+ uses : actions/setup-python@v7
2020 with :
2121 python-version : ' 3.14'
2222 cache : " pip"
Original file line number Diff line number Diff line change 2020 sudo apt install pandoc doxygen
2121
2222 - name : Setup Python
23- uses : actions/setup-python@v6
23+ uses : actions/setup-python@v7
2424 with :
2525 python-version : ' 3.14'
2626 cache : " pip"
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v7
1919
2020 - name : Install Python
21- uses : actions/setup-python@v6
21+ uses : actions/setup-python@v7
2222 with :
2323 python-version : ' 3.14'
2424 cache : " pip"
Original file line number Diff line number Diff line change 1616 sudo apt install pandoc doxygen
1717
1818 - name : Setup Python
19- uses : actions/setup-python@v6
19+ uses : actions/setup-python@v7
2020 with :
2121 python-version : ' 3.14'
2222 cache : " pip"
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v7
1919
2020 - name : Install Python
21- uses : actions/setup-python@v6
21+ uses : actions/setup-python@v7
2222 with :
2323 python-version : ' 3.14'
2424 cache : " pip"
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v7
1919
2020 - name : Install Python
21- uses : actions/setup-python@v6
21+ uses : actions/setup-python@v7
2222 with :
2323 python-version : ' 3.14'
2424 cache : " pip"
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v7
2323
2424 - name : Install Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v6
25+ uses : actions/setup-python@v7
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 cache : " pip"
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v7
2323
2424 - name : Install Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v6
25+ uses : actions/setup-python@v7
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 allow-prereleases : true
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v7
2323
2424 - name : Install Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v6
25+ uses : actions/setup-python@v7
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments