From e5f689832f1032d8bd965ed305169bfebed13f8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 21:30:18 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4.1.0 --- .github/workflows/a200.yaml | 2 +- .github/workflows/me-site.yaml | 2 +- .github/workflows/vk2tg.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/a200.yaml b/.github/workflows/a200.yaml index 05bc2040..c8ccf7d7 100644 --- a/.github/workflows/a200.yaml +++ b/.github/workflows/a200.yaml @@ -44,7 +44,7 @@ jobs: mirrors = ["mirror.gcr.io"] - name: Login to GitHub Container Registry - uses: docker/login-action@v4.0.0 + uses: docker/login-action@v4.1.0 if: github.ref == 'refs/heads/master' with: registry: ghcr.io diff --git a/.github/workflows/me-site.yaml b/.github/workflows/me-site.yaml index a1aab211..8dd6c5ac 100644 --- a/.github/workflows/me-site.yaml +++ b/.github/workflows/me-site.yaml @@ -50,7 +50,7 @@ jobs: mirrors = ["mirror.gcr.io"] - name: Login to GitHub Container Registry - uses: docker/login-action@v4.0.0 + uses: docker/login-action@v4.1.0 if: github.ref == 'refs/heads/master' with: registry: ghcr.io diff --git a/.github/workflows/vk2tg.yaml b/.github/workflows/vk2tg.yaml index dac527ec..18a2f1c3 100644 --- a/.github/workflows/vk2tg.yaml +++ b/.github/workflows/vk2tg.yaml @@ -50,7 +50,7 @@ jobs: mirrors = ["mirror.gcr.io"] - name: Login to GitHub Container Registry - uses: docker/login-action@v4.0.0 + uses: docker/login-action@v4.1.0 if: github.ref == 'refs/heads/master' with: registry: ghcr.io