File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6565 env :
6666 TOXENV : py
6767 steps :
68- - uses : actions/checkout@v4
68+ - uses : actions/checkout@v5
6969 - if : ${{ matrix.python-version == '2.7' }}
7070 run : |
7171 sudo apt-get install python-is-python2
7474 name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
7575 - if : ${{ matrix.python-version != '2.7' }}
7676 name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
77- uses : actions/setup-python@v5
77+ uses : actions/setup-python@v6
7878 with :
7979 python-version : ${{ matrix.python-version }}
8080 allow-prereleases : true
Original file line number Diff line number Diff line change 1010 deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.13'
1818 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments