Skip to content

Commit eab6d1f

Browse files
CobaltCobalt
andauthored
Update Quart (#30)
* add werkzeug to depndencies and update exceptions * bump dependencies and fix exception handling * remove debug artifacts Co-authored-by: Cobalt <[email protected]>
1 parent b415b8e commit eab6d1f

File tree

5 files changed

+355
-335
lines changed

5 files changed

+355
-335
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2929
steps:
3030
- name: Checkout source code
31-
uses: actions/checkout@v1
31+
uses: actions/checkout@v2
3232
- name: Set up Python
33-
uses: actions/setup-python@v1
33+
uses: actions/setup-python@v2
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: virtualenv cache

0 commit comments

Comments
 (0)