We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32311e commit ed4fcc6Copy full SHA for ed4fcc6
.github/workflows/app-tests.yaml
@@ -25,9 +25,9 @@ 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
+ uses: actions/setup-python@v5
31
with:
32
python-version: ${{ matrix.python_version }}
33
architecture: x64
0 commit comments