We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf8267 commit a1c6e2cCopy full SHA for a1c6e2c
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
10
11
- name: Build docker image
12
run: docker compose build
.github/workflows/deploy.yml
@@ -9,10 +9,10 @@ jobs:
13
14
- name: Set up Python
15
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
16
with:
17
python-version: "3.12"
18
requirements.txt
@@ -1,5 +1,5 @@
1
Django>=6.0,<6.1
2
-wagtail>=7.2,<7.3
+wagtail>=7.3,<7.4
3
4
dj-database-url==3.1
5
psycopg[binary]>=3.3,<3.4
0 commit comments