File tree Expand file tree Collapse file tree 11 files changed +19
-16
lines changed
Expand file tree Collapse file tree 11 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v3
2525
2626 # Initializes the CodeQL tools for scanning.
2727 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 88 name : docs
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v3
1212 - name : Set up Python
13- uses : actions/setup-python@v2
13+ uses : actions/setup-python@v4
1414 with :
1515 python-version : 3.9
1616 - run : python -m pip install -r docs/requirements.txt
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v3
1212 - name : Set up Python
13- uses : actions/setup-python@v2
13+ uses : actions/setup-python@v4
1414 with :
1515 python-version : 3.9
1616 - name : Install flake8
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v3
2929 - name : Set up Python
30- uses : actions/setup-python@v2
30+ uses : actions/setup-python@v4
3131 with :
3232 python-version : 3.9
3333 - run : python -m pip install isort
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@master
1414 - name : Set up Python 3.9
15- uses : actions/setup-python@v1
15+ uses : actions/setup-python@v4
1616 with :
1717 python-version : 3.9
1818
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@master
1414 - name : Set up Python 3.9
15- uses : actions/setup-python@v1
15+ uses : actions/setup-python@v4
1616 with :
1717 python-version : 3.9
1818
Original file line number Diff line number Diff line change 1515 ]
1616
1717 steps :
18- - uses : actions/checkout@v1
18+ - uses : actions/checkout@v3
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v2
20+ uses : actions/setup-python@v4
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 - name : Install dependencies
Original file line number Diff line number Diff line change 66 rev : v2.37.2
77 hooks :
88 - id : pyupgrade
9- args : ["--py37 -plus"]
9+ args : ["--py38 -plus"]
1010
1111 - repo : https://github.com/adamchainz/django-upgrade
1212 rev : ' 1.7.0'
Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ Changelog
55unreleased
66==========
77
8- * Django 4 added to test suite
8+ 4.0.0 2022-07-26
9+ ================
10+
11+ * Django 4 support added
912* Dropped python 3.7, django 2.2 and 3.1
1013
11143.0.1 2022-02-01
Original file line number Diff line number Diff line change 1- __version__ = '3 .0.1 '
1+ __version__ = '4 .0.0 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3 .0.1
2+ current_version = 4 .0.0
33commit = True
44tag = False
55
You can’t perform that action at this time.
0 commit comments