File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 docker_build :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v4
7+ - uses : actions/checkout@v5
88 - name : Build docker
99 run : docker compose build
1010 - name : Run ruff
2828 # needed because the postgres container does not provide a healthcheck
2929 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - uses : actions/setup-python@v5
3333 with :
3434 python-version : 3.12.4
5959 # The project is currently hosted on render.com
6060 if : false
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v5
6363 with :
6464 fetch-depth : " 0"
6565 - name : Deploy to Heroku
Original file line number Diff line number Diff line change 88 name : Rebase `dependencies` with `master`
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
1414 ref : dependencies
You can’t perform that action at this time.
0 commit comments