From deebd8ec37432d5282a4cb6a147d5fe265811711 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Aug 2026 01:58:53 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 | datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | docker/login-action | v3.7.0 | v4.6.0 | --- .github/workflows/action-image-build.yaml | 2 +- .github/workflows/security-ghcr-scan.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action-image-build.yaml b/.github/workflows/action-image-build.yaml index 806327cbcf..23a3de6b3f 100644 --- a/.github/workflows/action-image-build.yaml +++ b/.github/workflows/action-image-build.yaml @@ -152,7 +152,7 @@ jobs: uses: crazy-max/ghaction-github-runtime@v3 - name: Setup GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/security-ghcr-scan.yaml b/.github/workflows/security-ghcr-scan.yaml index 4bb697b209..70c38fc484 100644 --- a/.github/workflows/security-ghcr-scan.yaml +++ b/.github/workflows/security-ghcr-scan.yaml @@ -93,7 +93,7 @@ jobs: fail-fast: false steps: - name: Login to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}