From 2c9da3fe1f1895095821eafedc22602eef7f27be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:31:41 +0000 Subject: [PATCH] Update docker/login-action action to v4.4.0 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/sandbox-consumer.example.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1db792c..d4f2479 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: continue-on-error: true - name: Log in to GHCR (read-only) - uses: docker/login-action@v4.3.0 + uses: docker/login-action@v4.4.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -171,7 +171,7 @@ jobs: continue-on-error: true - name: Log in to GHCR - uses: docker/login-action@v4.3.0 + uses: docker/login-action@v4.4.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -201,7 +201,7 @@ jobs: continue-on-error: true - name: Log in to GHCR - uses: docker/login-action@v4.3.0 + uses: docker/login-action@v4.4.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -336,7 +336,7 @@ jobs: continue-on-error: true - name: Log in to GHCR - uses: docker/login-action@v4.3.0 + uses: docker/login-action@v4.4.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/sandbox-consumer.example.yaml b/.github/workflows/sandbox-consumer.example.yaml index 8b675ab..1bc26c8 100644 --- a/.github/workflows/sandbox-consumer.example.yaml +++ b/.github/workflows/sandbox-consumer.example.yaml @@ -59,7 +59,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y bats - name: Log in to GHCR (read-only) - uses: docker/login-action@v4.3.0 + uses: docker/login-action@v4.4.0 with: registry: ghcr.io username: ${{ github.actor }}