From b95f89b9533c7a296b2ec1a1d56530cd647e4a37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 21:32:16 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc472c2..dca9033 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Login to BIMData Docker Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: docker-registry.bimdata.io username: ${{ secrets.DOCKER_USER }} @@ -80,7 +80,7 @@ jobs: needs: build-and-push steps: - name: Login to BIMData Docker Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: docker-registry.bimdata.io username: ${{ secrets.DOCKER_USER }}