From 37026c99e506c32f6dda1ae8cbf1e7df20506d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 15:07:26 +0000 Subject: [PATCH] build: bump docker/login-action from 3.0.0 to 3.1.0 (#186) --- .github/workflows/clang-format-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format-image.yml b/.github/workflows/clang-format-image.yml index c2b0e51..815aa76 100644 --- a/.github/workflows/clang-format-image.yml +++ b/.github/workflows/clang-format-image.yml @@ -51,7 +51,7 @@ jobs: MAJOR_VERSION="${VERSION%%.*}" echo "MAJOR_VERSION=$MAJOR_VERSION" >> "$GITHUB_ENV" - name: Log in to the Container registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}