From 2910dabe8e065acc4102d8247f4b7c572ea0fa03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 02:32:19 +0000 Subject: [PATCH] build(deps): bump docker/login-action from 2.0.0 to 3.7.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.0.0...v3.7.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.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..1c6829e5 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@v3.7.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@v3.7.0 # with: # logout: false # registry: quay.io