File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 needs : has
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
22- - uses : actions/setup-python@v4
21+ - uses : actions/checkout@v4
22+ - uses : actions/setup-python@v5
2323 - name : Install dependencies
2424 run : pip install build twine
2525 - name : Build a binary wheel and a source tarball
Original file line number Diff line number Diff line change 44 black :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v2
8- - uses : actions/setup-python@v2
7+ - uses : actions/checkout@v4
8+ - uses : actions/setup-python@v5
99 - uses : psf/black@stable
1010 ruff :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - uses : chartboost/ruff-action@v1
Original file line number Diff line number Diff line change 1212 - python-version : " 3.8"
1313 django-version : " django~=5.0"
1414 - python-version : " 3.9"
15- django-version : " django~=5.0"
15+ django-version : " django~=5.0"
1616 env :
1717 OS : ubuntu-latest
1818 PYTHON : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments