From 67746d7196376fe93ac277dd0981536da94bb7f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:30:42 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2c21ca2..df438fe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -277,7 +277,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to Primary Registry (OSGeo) - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: geoserver-docker.osgeo.org username: ${{ secrets.OSGEO_REPO_USERNAME }} @@ -353,7 +353,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to Primary Registry (OSGeo) - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: geoserver-docker.osgeo.org username: ${{ secrets.OSGEO_REPO_USERNAME }} @@ -502,7 +502,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to Secondary Registry (Docker Hub) - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}