File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 name : Build Documentation
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
21- - uses : actions/setup-python@v5
20+ - uses : actions/checkout@v6
21+ - uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.10'
2424 - name : Install dependencies
Original file line number Diff line number Diff line change 3333 python-version : ["3.10"]
3434
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737 - name : Set up Python ${{ matrix.python-version }}
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ jobs:
4343
4444 steps :
4545
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v6
4747 with :
4848 # Disable shallow clones for better analysis
4949 fetch-depth : 0
5050
5151 - name : Set up Python 3.12
52- uses : actions/setup-python@v5
52+ uses : actions/setup-python@v6
5353 with :
5454 python-version : " 3.12"
5555 - name : Install dependencies
Original file line number Diff line number Diff line change 3333 python-version : ["3.12", "3.14"]
3434
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737 - name : Set up Python ${{ matrix.python-version }}
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 - name : Install dependencies
Original file line number Diff line number Diff line change 3333 python-version : ["3.12"]
3434
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737 - name : Set up Python ${{ matrix.python-version }}
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 - name : Install dependencies
Original file line number Diff line number Diff line change 2222 selftest :
2323 runs-on : ubuntu-22.04
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 - name : install
2727 run : |
2828 python -m venv env/
You can’t perform that action at this time.
0 commit comments