Compare commits

...

3 Commits

Author SHA1 Message Date
renovate[bot]
507d8b0a37 feat(deps): update dependency idna to v3.15 2026-05-15 21:59:33 +00:00
renovate[bot]
b1a344e226 feat(deps): update docker/login-action action to v4 (#61)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-15 21:59:23 +00:00
renovate[bot]
9f075a47f1 feat(deps): update docker/build-push-action action to v7 (#60)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-15 21:59:02 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ jobs:
uses: actions/checkout@v6
- name: Log in to the Container registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
@@ -127,7 +127,7 @@ jobs:
tags: latest
- name: Build and push Docker image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: ./Dockerfile

View File

@@ -7,7 +7,7 @@ fastapi-pagination==0.15.12
h11==0.14.0
httpcore==1.0.8
httpx==0.28.1
idna==3.13
idna==3.15
psycopg==3.3.4
psycopg-binary==3.3.4
psycopg-pool==3.3.1