From 7e2d422ebc8193b943da053b0f0b5fd488886e31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:14:03 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3.3.0 --- .github/workflows/container-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-ci.yaml b/.github/workflows/container-ci.yaml index 4ca3040..2d1f3e3 100644 --- a/.github/workflows/container-ci.yaml +++ b/.github/workflows/container-ci.yaml @@ -44,7 +44,7 @@ jobs: uses: docker/setup-buildx-action@v3.3.0 - name: Login to GitHub Container Registry - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.repository_owner }}