File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v3
1313
14- - uses : actions/setup-python@v4
14+ - uses : actions/setup-python@v7
1515 with :
1616 python-version : " 3.10"
1717
2727 steps :
2828 - uses : actions/checkout@v3
2929
30- - uses : actions/setup-python@v4
30+ - uses : actions/setup-python@v7
3131 with :
3232 python-version : " 3.10"
3333
5454 steps :
5555 - uses : actions/checkout@v3
5656
57- - uses : actions/setup-python@v4
57+ - uses : actions/setup-python@v7
5858 with :
5959 python-version : ${{ matrix.python.version }}
6060
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v3
1818
19- - uses : actions/setup-python@v4
19+ - uses : actions/setup-python@v7
2020 with :
2121 python-version : " 3.10"
2222
4242# steps:
4343# - uses: actions/checkout@v3
4444#
45- # - uses: actions/setup-python@v4
45+ # - uses: actions/setup-python@v7
4646# with:
4747# python-version: "3.10"
4848#
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v3
1818 - name : Setup Python
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v7
2020 with :
2121 python-version : " 3.13"
2222 - name : Install dependencies
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v3
1818
19- - uses : actions/setup-python@v4
19+ - uses : actions/setup-python@v7
2020 with :
2121 python-version : " 3.10"
2222
4242# steps:
4343# - uses: actions/checkout@v3
4444#
45- # - uses: actions/setup-python@v4
45+ # - uses: actions/setup-python@v7
4646# with:
4747# python-version: "3.10"
4848#
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v3
2424 - name : Setup Python
25- uses : actions/setup-python@v4
25+ uses : actions/setup-python@v7
2626 with :
2727 python-version : ${{ matrix.python }}
2828 - name : Install Tox and Dependencies
You can’t perform that action at this time.
0 commit comments