From 9ea44685cd78c3449b8cf71c482c879f4b47fd53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 02:32:34 +0000 Subject: [PATCH] build(deps): bump docker/login-action from 2.0.0 to 4.0.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.0.0...v4.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c1414f6..926b3c97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWD }} - name: Login Docker Hub - uses: docker/login-action@v2.0.0 + uses: docker/login-action@v4.0.0 with: logout: false registry: docker.io @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWD }} # - name: Login Quay.io -# uses: docker/login-action@v2.0.0 +# uses: docker/login-action@v4.0.0 # with: # logout: false # registry: quay.io