File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
docker_build :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v3
7
+ - uses : actions/checkout@v4
8
8
- name : Build docker
9
9
run : docker compose build
10
10
- name : Run ruff
28
28
# needed because the postgres container does not provide a healthcheck
29
29
options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
- uses : actions/setup-python@v4
33
33
with :
34
34
python-version : 3.10.8
59
59
# The project is currently hosted on render.com
60
60
if : false
61
61
steps :
62
- - uses : actions/checkout@v3
62
+ - uses : actions/checkout@v4
63
63
with :
64
64
fetch-depth : " 0"
65
65
- name : Deploy to Heroku
Original file line number Diff line number Diff line change 8
8
name : Rebase `dependencies` with `master`
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
14
14
ref : dependencies
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ djangorestframework==3.14.0
5
5
6
6
celery==5.3.6
7
7
django-celery-results==2.5.1
8
- django-celery-beat==2.5 .0
8
+ django-celery-beat==2.6 .0
9
9
10
10
whitenoise==6.5.0
11
11
@@ -29,5 +29,5 @@ google-auth==2.21.0
29
29
google-auth-httplib2==0.1.0
30
30
google-auth-oauthlib==1.0.0
31
31
32
- pyotp==2.8 .0
32
+ pyotp==2.9 .0
33
33
qrcode==7.4.2
You can’t perform that action at this time.
0 commit comments