Skip to content

Commit 45b75c6

Browse files
committed
♻️ use django 5 in the github action
1 parent 74759a8 commit 45b75c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
shell: bash
6868

6969
- name: Install Django
70-
run: pip install "django>=4,<5"
70+
run: pip install "django>=5,<6"
7171
shell: bash
7272

7373
- name: Setup testproject

0 commit comments

Comments
 (0)