We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b202e7c commit 56e1b5fCopy full SHA for 56e1b5f
.github/workflows/tests.yaml
@@ -25,7 +25,7 @@ jobs:
25
# needed because the postgres container does not provide a healthcheck
26
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
27
steps:
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
29
- name: Setup python
30
uses: actions/setup-python@v2
31
with:
0 commit comments