From 2de9cc791a52db04f2202c03095a7843788103d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:30:08 -0400 Subject: [PATCH] GitHub Action: Bump docker/login-action from 2 to 3 (#243) Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Build-Containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build-Containers.yml b/.github/workflows/Build-Containers.yml index 04d06021..3df1a2a0 100644 --- a/.github/workflows/Build-Containers.yml +++ b/.github/workflows/Build-Containers.yml @@ -44,7 +44,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}