File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v6
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ' 3.10'
3333
Original file line number Diff line number Diff line change 3636 ref : release/v5.1
3737
3838 - name : Set up Python
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : ' 3.11'
4242
Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v6
3030 with :
3131 submodules : true
32- - uses : actions/setup-python@v5
32+ - uses : actions/setup-python@v6
3333 with :
3434 cache-dependency-path : docs/requirements.txt
3535 cache : ' pip'
Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v6
2727 with :
2828 submodules : true
29- - uses : actions/setup-python@v5
29+ - uses : actions/setup-python@v6
3030 with :
3131 cache-dependency-path : docs/requirements.txt
3232 cache : ' pip'
Original file line number Diff line number Diff line change 1818 fetch-depth : 0
1919
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : 3.9
2424
You can’t perform that action at this time.
0 commit comments