mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-11-23 15:49:42 +01:00
Compare commits
1 Commits
renovate/a
...
renovate/p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5be942d126 |
4
.github/workflows/python-app.yml
vendored
4
.github/workflows/python-app.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
services:
|
||||
database:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:18-alpine
|
||||
env:
|
||||
# password for postgres user in the Docker container
|
||||
POSTGRES_PASSWORD: postgres
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
- 5432:5432
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v5
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v7
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user