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 }}