File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
2929 TOXENV : py
3030
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - if : ${{ matrix.python-version == '2.7' }}
3434 run : |
3535 sudo apt-get install python-is-python2
3636 curl -sSL https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
3737 python get-pip.py
3838 - if : ${{ matrix.python-version != '2.7' }}
3939 name : ${{ matrix.python-version }} - ${{ matrix.os }}
40- uses : actions/setup-python@v4
40+ uses : actions/setup-python@v5
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 allow-prereleases : true
5858 TOXENV : ${{ matrix.toxenv }}
5959
6060 steps :
61- - uses : actions/checkout@v3
61+ - uses : actions/checkout@v4
6262 - name : ${{ matrix.toxenv }}
63- uses : actions/setup-python@v4
63+ uses : actions/setup-python@v5
6464 with :
6565 python-version : " 3.x"
6666 - name : Install tox
You can’t perform that action at this time.
0 commit comments