From ba094b673eab0eda425eb3a4479c8efae386cbc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 06:04:59 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1da37379..59eefab6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -295,7 +295,7 @@ jobs: fi - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }} with: username: aminya @@ -503,7 +503,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: aminya password: ${{ secrets.DOCKERHUB_TOKEN }}