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: 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
@@ -29,7 +29,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: Install uv - name: Install uv
uses: astral-sh/setup-uv@v6 uses: astral-sh/setup-uv@v7
with: with:
version: 'latest' version: 'latest'
- run: uv sync - run: uv sync