1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-10-09 11:09:23 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
09ce0a8b63 Update astral-sh/setup-uv action to v7 2025-10-07 20:02:37 +00:00

View File

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