File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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@v2
7
+ - uses : actions/checkout@v3
8
8
- name : Build docker
9
9
run : docker-compose build
10
10
- name : Type check
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@v2
31
+ - uses : actions/checkout@v3
32
32
- name : Fetch history, because Heroku deploy fails otherwise.
33
33
uses : actions/setup-python@v2
34
34
with :
51
51
needs : build
52
52
if : github.ref == 'refs/heads/master'
53
53
steps :
54
- - uses : actions/checkout@v2
54
+ - uses : actions/checkout@v3
55
55
with :
56
56
fetch-depth : " 0"
57
57
- name : Deploy to Heroku
You can’t perform that action at this time.
0 commit comments