From 7376b7de7e78cd047d2dc6249eb6217d019926d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 13:58:44 +0000 Subject: [PATCH] build: bump docker/login-action from 3.2.0 to 3.3.0 (#209) --- .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 708b342..60c4cd5 100644 --- a/.github/workflows/clang-format-image.yml +++ b/.github/workflows/clang-format-image.yml @@ -55,7 +55,7 @@ jobs: MAJOR_VERSION="${VERSION%%.*}" echo "MAJOR_VERSION=$MAJOR_VERSION" >> "$GITHUB_ENV" - name: Log in to the Container registry - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}