File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 python-version :
21- - " 3.9"
2221 - " 3.10"
2322 - " 3.11"
2423 - " 3.12"
@@ -28,23 +27,18 @@ jobs:
2827 - django~=5.1.0
2928 - django~=5.2.0
3029 exclude :
31- # Django 5.1+ requires Python >=3.10
32- - python-version : " 3.9"
33- django-version : django~=5.1.0
34- - python-version : " 3.9"
35- django-version : django~=5.2.0
3630 # Python 3.13 supported only in Django >=5.1.3
3731 - python-version : " 3.13"
3832 django-version : django~=4.2.0
3933
4034 steps :
41- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
4236 with :
4337 ref : ${{ github.event.pull_request.head.sha }}
4438
4539 # Caches downloaded .deb packages to speed up future installations
4640 - name : Cache APT packages
47- uses : actions/cache@v4
41+ uses : actions/cache@v5
4842 with :
4943 path : /var/cache/apt/archives
5044 key : apt-${{ runner.os }}-${{ hashFiles('.github/workflows/ci.yml') }}
Original file line number Diff line number Diff line change 1717 permissions :
1818 id-token : write
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Set up Python
2222 uses : actions/setup-python@v6
2323 with :
You can’t perform that action at this time.
0 commit comments