1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-11-23 07:39:41 +01:00

Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
a07f82619d Update actions/checkout action to v6 2025-11-20 18:14:46 +00:00

View File

@@ -12,7 +12,7 @@ jobs:
services: services:
database: database:
image: postgres:18-alpine image: postgres:17-alpine
env: env:
# password for postgres user in the Docker container # password for postgres user in the Docker container
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
@@ -27,7 +27,7 @@ jobs:
- 5432:5432 - 5432:5432
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- name: Install uv - name: Install uv
uses: astral-sh/setup-uv@v7 uses: astral-sh/setup-uv@v7
with: with: