From 998413fb962a6e02adec32ee1d79422d19ecb175 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:37:49 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/ci&cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci&cd.yml b/.github/workflows/ci&cd.yml index 7ecb6d5..1e32fdc 100644 --- a/.github/workflows/ci&cd.yml +++ b/.github/workflows/ci&cd.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}