File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v4
3030
3131 - name : Set up Python
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 id : setup_python
3434 with :
3535 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 2121
2222 - name : Set up Python
2323 id : setup-python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727
7272 steps :
7373 - uses : actions/checkout@v4
7474
75- - uses : actions/setup-python@v5
75+ - uses : actions/setup-python@v6
7676 with :
7777 python-version : ' 3.9'
7878
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v4
1818
1919 - name : Install Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : 3.9
2323
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4
2424
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.9"
2929
Original file line number Diff line number Diff line change 3434 - uses : actions/checkout@v4
3535
3636 - name : Set up Python
37- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v6
3838# if: "!endsWith(matrix.python-version, '-dev')"
3939 id : setup_python
4040 with :
You can’t perform that action at this time.
0 commit comments