We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea4bee commit a16a2f3Copy full SHA for a16a2f3
.github/workflows/ci.yml
@@ -14,18 +14,11 @@ jobs:
14
# needed because the postgres container does not provide a healthcheck
15
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- name: Set up Python 3.12
19
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
20
with:
21
python-version: 3.12
22
- - uses: actions/cache@v3
23
- name: Cache dependencies
24
- with:
25
- path: ~/.cache/pip
26
- key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements_dev.txt') }}
27
- restore-keys: |
28
- ${{ runner.os }}-pip-
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
0 commit comments