From 1ebe9b009344143ce226efc5ac38c926a9bd5f10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:55:47 +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 70030f4..451152f 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Docker Buildx uses: docker/setup-buildx-action@v1.7.0 - name: Login to GitHub Container Registry - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.repository_owner }}