From ef5f425e0d6bfcbda71d1b6f2ebc32a5550fa242 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 00:26:03 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3 --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 6e0b8fce1..05fdb384c 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Docker Buildx uses: docker/setup-buildx-action@v2.10.0 - name: Login to GitHub Container Registry - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 with: registry: ghcr.io username: ${{ github.repository_owner }}