From edf9c39029ac4c105720a807ae39b8dcd5fa7938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:48:43 -0400 Subject: [PATCH] Bump docker/login-action from 2.1.0 to 3.2.0 (#125) --- .github/workflows/build_container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index 77ff2f0..54b9360 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -95,7 +95,7 @@ jobs: labels: ${{ steps.meta.outputs.labels || steps.meta_pr.outputs.labels }} - name: Login to GitHub Container Registry - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }}