Skip to content

Commit a16a2f3

Browse files
committed
ci: Update github actions, and remove out of date cache action
1 parent fea4bee commit a16a2f3

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,11 @@ jobs:
1414
# needed because the postgres container does not provide a healthcheck
1515
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Set up Python 3.12
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
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-
2922
- name: Install dependencies
3023
run: |
3124
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)