Skip to content

Commit cefb1f5

Browse files
authored
Merge branch 'master' into feature/backport-workflow
2 parents 89c787e + 170c07d commit cefb1f5

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
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') }}

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:

0 commit comments

Comments
 (0)