From 19f840525bfc4a788b3dae76ef6bf1154300da0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 02:02:36 +0000 Subject: [PATCH] build(deps): bump docker/login-action from 2.0.0 to 3.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.0.0...v3.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.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..58014dad 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.6.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.6.0 # with: # logout: false # registry: quay.io