File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 - package
2525 - docs
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - uses : actions/setup-python@v6
2929 with :
3030 python-version : ' 3.13'
Original file line number Diff line number Diff line change 1313 publish :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.13'
Original file line number Diff line number Diff line change 3535 - { python-version: '3.13', django-version: '4.2' }
3636 - { python-version: '3.13', django-version: '5.0' }
3737 steps :
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3939 - uses : actions/setup-python@v6
4040 with :
4141 python-version : ${{ matrix.python-version }}
5050 env :
5151 TOXENV : behave-latest
5252 steps :
53- - uses : actions/checkout@v5
53+ - uses : actions/checkout@v6
5454 - uses : actions/setup-python@v6
5555 with :
5656 python-version : ' 3.13'
You can’t perform that action at this time.
0 commit comments