File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - uses : actions/checkout@v5
23- - uses : actions/setup-python@v5
23+ - uses : actions/setup-python@v6
2424 with :
2525 python-version : " 3.11"
2626
5858 # The baseline revision could be rather old so a full clone is ideal.
5959 fetch-depth : 0
6060
61- - uses : actions/setup-python@v5
61+ - uses : actions/setup-python@v6
6262 with :
6363 python-version : " 3.11"
6464
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v5
16- - uses : actions/setup-python@v5
16+ - uses : actions/setup-python@v6
1717 with :
1818 python-version : " *"
1919
Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v5
2525
2626 - name : Set up latest Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : " 3.13"
3030 allow-prereleases : true
Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v5
2929
3030 - name : Set up Python ${{ matrix.python-version }}
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 allow-prereleases : true
Original file line number Diff line number Diff line change 2424 fi
2525
2626 - name : Set up latest Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : " 3.13"
3030 allow-prereleases : true
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v5
2222
2323 - name : Set up latest Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : " 3.13"
2727 allow-prereleases : true
Original file line number Diff line number Diff line change 3434 # Give us all history, branches and tags
3535 fetch-depth : 0
3636 - name : Set up Python ${{ matrix.python-version }}
37- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v6
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040 allow-prereleases : true
Original file line number Diff line number Diff line change 3838 - uses : actions/checkout@v5
3939
4040 - name : Set up Python ${{ matrix.python-version }}
41- uses : actions/setup-python@v5
41+ uses : actions/setup-python@v6
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 allow-prereleases : true
9797 - uses : actions/checkout@v5
9898
9999 - name : Set up latest Python
100- uses : actions/setup-python@v5
100+ uses : actions/setup-python@v6
101101 with :
102102 python-version : " 3.12.4"
103103
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v5
3333
3434 - name : Set up latest Python
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : " 3.12.4"
3838
You can’t perform that action at this time.
0 commit comments